ComponentProperties
type ComponentProperties = {
[propertyName: string]: {
type: ComponentPropertyType
value: string | boolean
preferredValues?: InstanceSwapPreferredValue[]
}
}
A map of component properties that exist on an instance node. Each property in the map must have a type matching ComponentPropertyType
.