hoshimi
    Preparing search index...

    Interface Ready

    The ready event for the node.

    interface Ready {
        op: Ready;
        resumed: boolean;
        sessionId: string;
    }
    Index

    Properties

    Properties

    op: Ready

    The op code for the event.

    resumed: boolean

    Return if the node is resumed.

    sessionId: string

    Return the session id of the node.