Scalar
Scalar node.
-
This node’s string value.
Declaration
Swift
public var string: String { get set } -
This node’s tag (its type).
Declaration
Swift
public var tag: Tag -
The style to be used when emitting this node.
Declaration
Swift
public var style: Style -
The location for this node.
Declaration
Swift
public var mark: Mark? -
The anchor for this node.
Declaration
Swift
public weak var anchor: Anchor? -
Declaration
Swift
public enum Style : UInt32
View on GitHub
Install in Dash