Class: Layout

KeyboardContext~ Layout

new Layout(id, appName, appManifestURL, name, description, types, enabled) → {Layout}

Parameters:
Name Type Description
id String

The id of the layout.

appName String

The name of the keyboard app containing the layout.

appManifestURL String

The manifest url of the keyboard app containing the layout.

name String

The name of the layout.

description String

The description of the layout.

types Array

The supported input types of the layout.

enabled Boolean

The value indicating if the layout is enabled or not.

Source:
Returns:
Type
Layout