Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
IToolbarDialogAddon
Interface IToolbarDialogAddon
interface
IToolbarDialogAddon
{
order
:
number
;
title
:
string
;
append
(
col
,
node
,
dialog
,
ctx
)
:
IToolbarDialogAddonHandler
;
}
Index
Properties
order
title
Methods
append
Properties
order
order
:
number
title
title
:
string
Methods
append
append
(
col
,
node
,
dialog
,
ctx
)
:
IToolbarDialogAddonHandler
Parameters
col
:
Column
node
:
HTMLElement
dialog
:
IDialogContext
ctx
:
Readonly
<
IRankingHeaderContextContainer
>
Returns
IToolbarDialogAddonHandler
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
order
title
append
LineUpJS - v4.11.0
Loading...