Skip to main content

Interface: ISetMaterialValueCommand<T>

Defined in: packages/core/sdk/src/editor/commands/setMaterialValueCommand/SetMaterialValueCommand.ts:4

Extends

  • ISetValueCommand<Material, T>

Extended by

Type Parameters

T

T = any

Properties

attributePath

attributePath: PropertyPath

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:8

Inherited from

ISetValueCommand.attributePath


newValue

newValue: T

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:6

Inherited from

ISetValueCommand.newValue


object

object: Material

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:5

Inherited from

ISetValueCommand.object


oldValue?

optional oldValue: T

Defined in: packages/core/sdk/src/editor/commands/SetValueCommand.ts:7

Inherited from

ISetValueCommand.oldValue


source?

optional source: string

Defined in: packages/core/sdk/src/editor/commands/Command.ts:13

Inherited from

ISetValueCommand.source