@pouchy_ai/companion-sdk - v0.63.0
    Preparing search index...

    Interface DynamicInterface

    The Instant UI panel — what companion.ui_action carries in payload.interface (typed strictly here; the event payload declares the loose wire shape).

    interface DynamicInterface {
        allowedActions?: string[];
        computed?: Record<string, GenuiComputed>;
        nodes: GenuiNode[];
        reportChanges?: boolean;
        state?: Record<string, StateValue>;
        title?: string;
    }
    Index
    allowedActions?: string[]
    computed?: Record<string, GenuiComputed>
    nodes: GenuiNode[]
    reportChanges?: boolean
    state?: Record<string, StateValue>
    title?: string