BMLTiOSLibFormatContainer
public class BMLTiOSLibFormatContainer
This is a special “micro class” for wrapping the formats.
-
This is the actual Format node.
Declaration
Swift
public var item: BMLTiOSLibFormatNode
-
This is the selection state for this node.
Declaration
Swift
public var selection: BMLTiOSLibSearchCriteria.SelectionState
-
This is any extra data that the user may want to attach to this instance.
Declaration
Swift
public var extraData: AnyObject?
-
Simple direct initializer.
Declaration
Swift
public init(item: BMLTiOSLibFormatNode, selection: BMLTiOSLibSearchCriteria.SelectionState, extraData: AnyObject?)