Layout

Defines the layout of the keyboard. Can be overwritten using the LayoutFile attribute.

Schema: tchmi:framework#/definitions/ControlKeyboardLayouts

Layout 1:

Available from version 1.10

Attribute getter

public getLayout(): string;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string

The current value of the attribute.

Attribute setter

public setLayout(valueNew: string | null): void;

Parameter

Name

Type

Description

valueNew

string, 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.

Version 1.10

Replaces the LayoutPath attribute.

Version 1.12

This attribute is considered obsolete. Please use the attribute LayoutFile instead.