C

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

Members

Show:

Properties

Methods

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

Parameters

nameOrAction: string | Action

Return Value

Returns the row with the given name.

Parameters

name: string

Return Value

Parameters

comparator?: any