JSON Schema Property 'input_components'

Description

Allows your extension to handle keystrokes, set the composition, and manage the candidate window.

Diagram

Drilldown into /properties/input_components/items[0]JSON Schema Diagram of /properties/input_components

Value

Array

Array Index Type Description
1-n object /properties/input_components/items[0]

Source

"input_components": {
    "type": "array",
    "description": "Allows your extension to handle keystrokes, set the composition, and manage the candidate window.",
    "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
            "name": {
                "type": "string"
            },
            "type": {
                "type": "string"
            },
            "id": {
                "type": "string"
            },
            "description": {
                "type": "string"
            },
            "language": {
                "type": "string"
            },
            "layouts": {
                "type": "array"
            }
        },
        "required": [
            "name",
            "type",
            "id",
            "description",
            "language",
            "layouts"
        ]
    }
}
http://json.schemastore.org/chrome-manifest (237:6)

References

Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949