V10 interface
Design Document (v10)
Signature:
export interface V10
Remarks
Version 10 migrates the modifiers
and resources
keys to arrays (instead of objects) to retain the order of each during (de)serialization.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
{ id: string; metadata: { [k: string]: unknown | undefined; }; options: { [k: string]: unknown | undefined; }; resource: string; target?: string | undefined; }[] | |||
{ id: string; metadata: { [k: string]: unknown | undefined; }; options: { [k: string]: unknown | undefined; }; sources: { [k: string]: unknown | undefined; }; type: "decal" | "graphic" | "legacy_button" | "legacy_button_group" | "material" | "pattern" | "test" | "text"; }[] | |||
10 |