Interface: GridOptions
features/grids/grid.GridOptions
Properties
cols
• cols: Computable
<number
>
Defined in
profectus/src/features/grids/grid.ts:189
getCanClick
• Optional
getCanClick: CellComputable
<boolean
>
Defined in
profectus/src/features/grids/grid.ts:191
getClasses
• Optional
getClasses: CellComputable
<Record
<string
, boolean
>>
Defined in
profectus/src/features/grids/grid.ts:194
getDisplay
• getDisplay: CellComputable
<CoercableComponent
>
Defined in
profectus/src/features/grids/grid.ts:196
getStartState
• getStartState: Computable
<State
> | (id
: string
| number
) => State
Defined in
profectus/src/features/grids/grid.ts:192
getStyle
• Optional
getStyle: CellComputable
<StyleValue
>
Defined in
profectus/src/features/grids/grid.ts:193
getTitle
• Optional
getTitle: CellComputable
<CoercableComponent
>
Defined in
profectus/src/features/grids/grid.ts:195
getVisibility
• Optional
getVisibility: CellComputable
<Visibility
>
Defined in
profectus/src/features/grids/grid.ts:190
onClick
• Optional
onClick: (id
: string
| number
, state
: State
, e?
: MouseEvent
| TouchEvent
) => void
Type declaration
▸ (id
, state
, e?
): void
Parameters
Name | Type |
---|---|
id | string | number |
state | State |
e? | MouseEvent | TouchEvent |
Returns
void
Defined in
profectus/src/features/grids/grid.ts:197
onHold
• Optional
onHold: (id
: string
| number
, state
: State
) => void
Type declaration
▸ (id
, state
): void
Parameters
Name | Type |
---|---|
id | string | number |
state | State |
Returns
void
Defined in
profectus/src/features/grids/grid.ts:198
rows
• rows: Computable
<number
>
Defined in
profectus/src/features/grids/grid.ts:188
visibility
• Optional
visibility: Computable
<Visibility
>