V3 interface
Design Document (v3)
Signature:
export interface V3
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
{ [k: string]: { id: string; resource: string; } | undefined; } | undefined |
(Optional) | ||
{ [k: string]: { children?: string[] | undefined; id: string; name: string; options: { [k: string]: unknown | undefined; }; parent?: (string | null) | undefined; type: "button" | "button_group" | "decal" | "fabric"; } | undefined; } | undefined |
(Optional) | ||
3 |