Skip to content

@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

PropertyTypeDefined in
optionsDropdownOption[]types.ts:62
valuestring | anytypes.ts:62