Skip to content

MaterialParameterDefinition

Defined in: types.ts:126

readonly animatable: boolean

Defined in: types.ts:132


readonly default: JsonValue

Defined in: types.ts:129


readonly id: string

Defined in: types.ts:127


readonly optional range: object

Defined in: types.ts:130

readonly optional max: number

readonly optional min: number


readonly type: "string" | "boolean" | "float" | "enum" | "integer"

Defined in: types.ts:128


readonly optional values: readonly string[]

Defined in: types.ts:131