Interface NotReadyStackEmitItem

Stack of data to be emitted when the socket is ready

ReadyStackEmitItem

interface NotReadyStackEmitItem {
    args: any[];
    type: string;
}

Properties

Properties

args: any[]

The arguments to pass to the stack. For "on" it is [event, callback], for "emit" it is [event, data]

type: string

The type item "on" or "emit"

Generated using TypeDoc