@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface ActionRequest

    Body shape for POST /api/action — single source for both server validation and SPA client (#998).

    interface ActionRequest {
        action: DashboardActionType;
        target?: "auto" | "waiting" | "attention" | "shelved";
        url: string;
    }
    Index

    Properties

    Properties

    target?: "auto" | "waiting" | "attention" | "shelved"

    Target state for move action.

    url: string