A class that models the VSDX User section.

Remarks

It provides the means to define custom user-defined cells.

Members

Show:

Properties

Methods

Creates a user-defined cell with the given name.

The cell can be retrieved with getCell.

Parameters

name: string

The name of the user-defined cell.

Return Value

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.

Parameters

comparator?: any