gbox-sdk
    Preparing search index...

    Interface ActionResult

    Result of an UI action execution with optional screenshots

    interface ActionResult {
        actionId: string;
        message: string;
        screenshot?: GboxClient.V1.Boxes.ActionResult.Screenshot;
    }
    Index

    Properties

    actionId: string

    Unique identifier for each action. Use this ID to locate the action and report issues.

    message: string

    message

    Complete screenshot result with operation trace, before and after images