Instance Property
componentNames
The component names of the direct component shapes.
Declaration
var componentNames: [String] { get set }Declaration
@property (nonatomic, strong) NSArray<NSString *> * componentNames;Declaration
componentNames() -> list[str]
setComponentNames_(componentNames: list[str])Discussion
Setting this property replaces the layer’s shapes with components for the given names.
See Also
Component Names
The component names of direct and nested component shapes.
Returns component names, optionally including nested component shapes.