Folder
open class Folder : Manipulator
Identifies a folder manipulator. This class inherits from Manipulator.
-
Initializes a new instance of the Folder class associated with the specified container.
Declaration
Swift
public init(container: ContainerNode)
Parameters
container
The ContainerNode associated with this Folder.
Return Value
The newly created Folder object.
-
Gets the ContainerNode of this Folder.
Declaration
Swift
open var container: ContainerNode { get }