Home Reference Source Test Repository

Typedef

Static Public Summary
public
public
public

Point: *

Static Public

public InputType: * source

Properties:

NameTypeAttributeDescription
type string

String representing type of input.

name string

Name of the field.

displayName string

Name to be displayed.

test method

Function run to validate input.

required boolean

Whether or not the input is required.

public InputType: * source

Override:

AbstractAlgorithm#InputType

Properties:

NameTypeAttributeDescription
type string

String representing type of input.

name string

Name of the field.

displayName string

Name to be displayed.

test method

Function run to validate input.

required boolean

Whether or not the input is required.

public Point: * source

Properties:

NameTypeAttributeDescription
x number

Number representing x-coordinate.

y number

Number representing y-coordinate.