Skip to content

writeFieldPath

writeFieldPath(data, path, value): boolean

Defined in: ui/controller/gear-apply.ts:55

Write value at a dot-path. Object values (Color/Vec) are shallow-cloned so a shared authored value never becomes aliased across entities. Returns false (writes nothing) when the path doesn’t resolve to an existing leaf.

Record<string, unknown>

string

unknown

boolean