type ScaleConfig = | Scale | ScaleFn;Represents the scale configuration for the Creative Editor SDK. This can be a concrete scale or a function that returns a scale based on viewport properties.
type ScaleConfig = | Scale | ScaleFn;Represents the scale configuration for the Creative Editor SDK. This can be a concrete scale or a function that returns a scale based on viewport properties.