@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / types / CheckboxInput
Type Alias: CheckboxInput
ts
type CheckboxInput = {
type: "checkbox";
value: boolean;
};Defined in: types.ts:63
Properties
| Property | Type | Defined in |
|---|---|---|
type | "checkbox" | types.ts:63 |
value | boolean | types.ts:63 |

