Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 945 Bytes

kui_shell_core.Selectable.md

File metadata and controls

36 lines (20 loc) · 945 Bytes

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"

Defined in

packages/core/src/models/RadioTable.ts:44