gbox-sdk
    Preparing search index...

    Interface ActionPressButton

    interface ActionPressButton {
        buttons: (
            | "home"
            | "volumeUp"
            | "volumeDown"
            | "volumeMute"
            | "power"
            | "back"
            | "menu"
            | "appSwitch"
        )[];
        options?: ActionCommonOptions & Omit<
            GboxClient.V1.Boxes.ActionCommonOptions,
            "screenshot",
        >;
    }

    Hierarchy

    Index

    Properties

    Properties

    buttons: (
        | "home"
        | "volumeUp"
        | "volumeDown"
        | "volumeMute"
        | "power"
        | "back"
        | "menu"
        | "appSwitch"
    )[]

    Button to press

    options?: ActionCommonOptions & Omit<
        GboxClient.V1.Boxes.ActionCommonOptions,
        "screenshot",
    >