C

Properties

A class that models a container for all VSDX Property sections and provides factory methods for them.

Members

Show:

Properties

Methods

Factory method for creating a Property object with the given name. If a Property is passed instead of a name, the name of this property will be taken, which means the new property inherits from the passed one.

Parameters

nameOrProperty: string | Property

Return Value

Returns the row with the given name.

Parameters

name: string

Return Value

Parameters

comparator?: any