Instance Property
attributes
Additional values associated with the node.
Declaration
var attributes: [GSShapeKey : Any] { get set }Declaration
@property (nonatomic, strong) NSDictionary<NSString *,id> * attributes;Declaration
pyobjc_instanceMethods.attributes() -> dict[str, object]
pyobjc_instanceMethods.setAttributes_(attributes: dict[str, object])Discussion
Attribute values must support property-list encoding.
See Also
Attributes
The number of attributes.
The value for an attribute key, or
nilif no value is set.Sets or removes an attribute.
Replaces all attributes using values encoded for a file format version.
Replaces all attributes without registering undo or notifying the path.
Removes an attribute.