Xivgear Types Documentation
Preparing search index...
@xivgear/common-ui
table/tables
SpecialRow
Class SpecialRow<T>
Type Parameters
T
extends
CustomTable
<
any
>
Index
Constructors
constructor
Properties
creator
finisher
Constructors
constructor
new
SpecialRow
<
T
extends
CustomTable
<
any
,
TableSelectionModel
<
any
,
unknown
,
unknown
,
never
>
>
,
>
(
creator
:
(
table
:
T
)
=>
Node
,
finisher
?:
(
row
:
CustomTableTitleRow
,
table
:
T
)
=>
void
,
)
:
SpecialRow
<
T
>
Type Parameters
T
extends
CustomTable
<
any
,
TableSelectionModel
<
any
,
unknown
,
unknown
,
never
>
>
Parameters
creator
:
(
table
:
T
)
=>
Node
finisher
:
(
row
:
CustomTableTitleRow
,
table
:
T
)
=>
void
= ...
Returns
SpecialRow
<
T
>
Properties
Readonly
creator
creator
:
(
table
:
T
)
=>
Node
Readonly
finisher
finisher
:
(
row
:
CustomTableTitleRow
,
table
:
T
)
=>
void
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
creator
finisher
Xivgear Types Documentation
Loading...