sesaparcours
    Preparing search index...
    interface VirtualKeyboardLayer {
        backdrop?: string;
        container?: string;
        id?: string;
        markup?: string;
        rows?: (string | Partial<VirtualKeyboardKeycap>)[][];
        style?: string;
    }
    Index

    Properties

    backdrop?: string

    A CSS class name to customize the appearance of the background of the layer

    container?: string

    A CSS class name to customize the appearance of the container the layer

    id?: string

    A unique string identifying the layer

    markup?: string
    rows?: (string | Partial<VirtualKeyboardKeycap>)[][]

    The rows of keycaps in this layer

    style?: string

    The CSS stylesheet associated with this layer