Interface: PopulateQueryEventArg
Event argument for the populate query event of a command bar.
Hierarchy
↳
PopulateQueryEventArg
Properties
commandProperties
• commandProperties: any
Defined in
packages/core/src/typing/events.ts:92
extraArgs
• extraArgs: unknown
[]
Extra arguments.
Inherited from
Defined in
packages/core/src/typing/events.ts:28
selectedControl
• selectedControl: Control
Inherited from
CommandBarEventArg.selectedControl
Defined in
packages/core/src/typing/events.ts:84
type
• type: string
Event type. Eg: "FormLoad", "ColumnChange", etc.