Instance Property
typeFast
More efficient access to the node type.
Declaration
@property (direct, nonatomic) GSNodeType typeFast;Declaration
typeFast() -> GSNodeType
setTypeFast_(typeFast: GSNodeType)Discussion
Setting this property ignores the undo manager, unlike type.
Prefer reading the node type using this property, but use type for setting a different node type unless ignoring the undo manager is the intended behavior.
See Also
Type
The type of path segment that the node describes.
The type of the node.
A character representing the type of the node.