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