FlowGuard API - v1.2.0-rc.2
    Preparing search index...

    Interface NextAction

    Machine-layer guidance for the next user action.

    interface NextAction {
        code: string;
        text: string;
        commands: readonly string[];
    }
    Index

    Properties

    Properties

    code: string

    Machine-readable action identifier.

    text: string

    Human-readable guidance text (rendered as footer).

    commands: readonly string[]

    Available slash-commands the user can run next.