AllowedAxes

The possible axes that can be controlled via the Control. If nothing is configured, all axes can be controlled by default.

Schema: tchmi:framework#/definitions/AllowedAxes

Attribute getter

public getAllowedAxes(): number[] | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

number[], null, undefined

The current value of the attribute.

Attribute setter

public setAllowedAxes(valueNew: number[] | null): void;

Parameter

Name

Type

Description

valueNew

number[], null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

AllowedAxes 1:

Available from version 1.14.3.351