CheckboxesFeatureItemInstance <T>
Index
Properties
getCheckboxProps
Type declaration
Returns Record<string, any>
getCheckedState
Type declaration
Returns CheckedState
isLoadingCheckPropagation
Type declaration
Returns boolean
setChecked
Type declaration
Returns Promise<void>
setUnchecked
Will recursively load descendants if propagateCheckedState=true and async data loader is used. If not, this will return immediately.
Type declaration
Returns Promise<void>
toggleCheckedState
Will recursively load descendants if propagateCheckedState=true and async data loader is used. If not, this will return immediately.
Type declaration
Returns Promise<void>
Will recursively load descendants if propagateCheckedState=true and async data loader is used. If not, this will return immediately.