Properties
onBooleanChange
onBooleanChange: ((id: string, bool: string) => void)
Type declaration
-
- (id: string, bool: string): void
-
Returns void
onMove
onMove: ((id: string, targetId: string) => void)
Type declaration
-
- (id: string, targetId: string): void
-
Parameters
-
id: string
-
targetId: string
Returns void
onRemove
onRemove: ((id: string) => void)
Type declaration
-
- (id: string): void
-
Returns void
onSelect
onSelect: ((id: string) => void)
Type declaration
-
- (id: string): void
-
Returns void
Optional
readOnly
readOnly?: boolean
Optional
selectedQueryId
selectedQueryId?: string