GroupNode
open class GroupNode(val children: MutableList<CompositionNode> = mutableListOf()) : CompositionNode
Content copied to clipboard
A CompositionNode that functions as a group node
Constructors
Functions
Link copied to clipboard
fun copy( id: String? = this.id, parent: CompositionNode? = null, style: Style = this.style, children: MutableList<CompositionNode> = this.children): GroupNode
Content copied to clipboard
Properties
Link copied to clipboard