SelectProps.options
Home > @backstage/ui > SelectProps > options
The options of the select field
Signature:
options?: Array<{
value: string;
label: string;
disabled?: boolean;
}>;
Home > @backstage/ui > SelectProps > options
The options of the select field
Signature:
options?: Array<{
value: string;
label: string;
disabled?: boolean;
}>;