Interface IBlockListPropertyItemOptions
interface IBlockListPropertyItemOptions { enable?: boolean; onChange?: ( newValue: readonly string[], oldValue: readonly string[], ) => void; visible?: boolean;} Properties
Optional
enable
enable?: boolean
Optional
onChange
onChange?: (newValue: readonly string[], oldValue: readonly string[]) => void
Optional
visible
visible?: boolean
Optional properties for Bool property item