@waylis/core / Option
Interface: Option
Defined in: src/message/types.ts:6
Selectable option with a value and optional label.
Properties
label?
ts
optional label: string;
Defined in: src/message/types.ts:8
value
ts
value: string;
Defined in: src/message/types.ts:7