Interface: Selectable
January 18, 2022 · View on GitHub
Kui API Documentation - v11.0.0 / @kui-shell/core / Selectable
Interface: Selectable
@kui-shell/core.Selectable
Table of contents
Properties
Properties
onSelect
• onSelect: string
Handler for change of selection. This will be interpreted as a Kui command line to be executed when the user clicks on the corresponding row in the UI.
Defined in
packages/core/src/models/RadioTable.ts:43
onSelectExec
• Optional onSelectExec: "pexec" | "qexec"