NodeSet

class NodeSet(val types: List<NodeType>)

An indexed set of NodeTypes with helper methods for extending them with props.

Constructors

Link copied to clipboard
constructor(types: List<NodeType>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun extend(vararg sources: NodePropSource<*>): NodeSet

Create a copy of this set with the given NodePropSources applied.