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

    Interface ActionMessageOptions

    Action call identity, port mappings, and headers accepted on the wire.

    interface ActionMessageOptions {
        headers?: ReadonlyMap<string, Uint8Array<ArrayBufferLike>>;
        id?: string;
        inputs?: readonly Port[];
        name?: string;
        outputs?: readonly Port[];
    }
    Index
    headers?: ReadonlyMap<string, Uint8Array<ArrayBufferLike>>
    id?: string
    inputs?: readonly Port[]
    name?: string
    outputs?: readonly Port[]