A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface MakeActionOptions

    Per-instance collaborators supplied by ActionRegistry.makeAction.

    interface MakeActionOptions {
        id?: string;
        nodeMap?: NodeMap;
        session?: ActionSessionContext | null;
        stream?: WireStream | null;
    }
    Index
    id?: string
    nodeMap?: NodeMap
    session?: ActionSessionContext | null
    stream?: WireStream | null