BaseOccupant

BaseOccupant

new BaseOccupant()

Source:

Members

(static) DRIVER :string

Description:
  • Driver
Source:
Driver
Type:
  • string

(static) FRONT :string

Description:
  • Front
Source:
Front
Type:
  • string

(static) FRONT_PASSENGER :string

Description:
  • Front passenger
Source:
Front passenger
Type:
  • string

(static) LEFT :string

Description:
  • Left side
Source:
Left side
Type:
  • string

(static) MIDDLE :string

Description:
  • Middle side
Source:
Middle side
Type:
  • string

(static) REAR :string

Description:
  • Rear
Source:
Rear
Type:
  • string

(static) REAR_DRIVER_SIDE :string

Description:
  • Rear driver side
Source:
Rear driver side
Type:
  • string

(static) REAR_MIDDLE :string

Description:
  • Middle passenger
Source:
Middle passenger
Type:
  • string

(static) REAR_PASSENGER_SIDE :string

Description:
  • Rear passenger side
Source:
Rear passenger side
Type:
  • string

(static) RIGHT :string

Description:
  • Right side
Source:
Right side
Type:
  • string

position :string

Description:
  • Occupant position constant
Source:
Occupant position constant
Type:
  • string

Methods

(static) Positions() → {Array.<string>}

Description:
  • Return an array of all the available position strings
Source:
Example
let positions = WorkflowOccupant.Positions();
Returns:
Type
Array.<string>

GetRow() → {string}

Description:
  • Get the row of an occupant based on position
Source:
Returns:
Type
string