• This function gets the two parameters from the URL

    1. The id which is the primary key in the neuroglancer state table
    2. multi which is a boolean saying if we are in multi user mode or not.

    Returns

    a JSON dictionary of the two variables

    Returns {
        multiUserMode: boolean;
        stateID: null | string;
    }

    • multiUserMode: boolean
    • stateID: null | string

Generated using TypeDoc