Declaration

var attributes: [GSShapeKey : Any]? { get set }

Declaration

@property (nonatomic, strong) NSDictionary<NSString *,id> * attributes;

Declaration

attributes() -> dict[str, object]
setAttributes_(attributes: dict[str, object])