A class that models the VSDX User section.
Inheritance Hierarchy
Remarks
It provides the means to define custom user-defined cells.
Members
Show:
Properties
Defined in
VsdxObject.parentMethods
Creates a user-defined cell with the given name.
Creates a user-defined cell with the given name.
Returns the user-defined cell with the given name.
Returns the user-defined cell with the given name.
The cell must have been defined with defineCell before.
Parameters
- name: string
The name of the cell.
Return Value
- UserDefinedCell
- The user-defined cell with the given name or `null`, if the cell does not exist.
Return Value
Defined in
VsdxCollection.getEnumeratorParameters
- comparator?: any