Interface: Event
January 18, 2022 · View on GitHub
Kui API Documentation - v11.0.0 / @kui-shell/core / Event
Interface: Event
@kui-shell/core.Event
Table of contents
Properties
Properties
command
• Optional command: string
Defined in
packages/core/src/models/command.ts:117
error
• Optional error: string
Defined in
packages/core/src/models/command.ts:121
execType
• Optional execType: ExecType
Defined in
packages/core/src/models/command.ts:123
isDrilldown
• Optional isDrilldown: boolean
Defined in
packages/core/src/models/command.ts:124
isIntention
• Optional isIntention: boolean
Defined in
packages/core/src/models/command.ts:120
options
• Optional options: string[]
Defined in
packages/core/src/models/command.ts:122
plugin
• Optional plugin: string
Defined in
packages/core/src/models/command.ts:119
route
• Optional route: string
Defined in
packages/core/src/models/command.ts:118
tab
• Optional tab: Tab