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