Properties
Optional
beforeChangeCallback
beforeChangeCallback?: ((x, module) => undefined | Partial<{
asymId: string;
authId: string;
chrId: string;
entityId: string;
entryId: string;
operatorIds: string[];
queryId: string;
targetId: string;
upAcc: string;
}>)
Type declaration
- (x, module): undefined | Partial<{
asymId: string;
authId: string;
chrId: string;
entityId: string;
entryId: string;
operatorIds: string[];
queryId: string;
targetId: string;
upAcc: string;
}> Returns undefined | Partial<{
asymId: string;
authId: string;
chrId: string;
entityId: string;
entryId: string;
operatorIds: string[];
queryId: string;
targetId: string;
upAcc: string;
}>
Optional
defaultValue
defaultValue?: null | string
Optional
displayAuthId
displayAuthId?: boolean
Optional
dropdownTitle
dropdownTitle?: string
Optional
filterInstances
filterInstances?: Set<string>
Optional
onChangeCallback
onChangeCallback?: ((x, module) => void)
Type declaration
- (x, module): void
Returns void
Optional
selectButtonOptionProps
selectButtonOptionProps?: ((props) => Element)
Type declaration
- (props): Element
Returns Element