Instance Property
interpolationAxisLocation
The design space location (axis ID to coordinate) at which Edit View shows a non-editable interpolation preview, or nil when it shows the real, editable layer.
Declaration
var interpolationAxisLocation: [String : NSNumber]? { get }Declaration
@property (nonatomic, copy, readonly) NSDictionary<NSString *,NSNumber *> * interpolationAxisLocation;Declaration
interpolationAxisLocation() -> dict[str, NSNumber]Discussion
Change it through showInterpolation(atAxisLocation:)showInterpolationAtAxisLocation:showInterpolationAtAxisLocation_ and resetInterpolation()resetInterpolationresetInterpolation. Use isInterpolatinginterpolatinginterpolating to test presence.