@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / types / DropdownInput
Type Alias: DropdownInput
ts
type DropdownInput = {
options: DropdownOption[];
value: string | any;
};Defined in: types.ts:62
Properties
| Property | Type | Defined in |
|---|---|---|
options | DropdownOption[] | types.ts:62 |
value | string | any | types.ts:62 |

