On page load the value after the # in the page link is parsed to extract information. This Object represents the parsed information.

Constructors

Properties

customCircuitsValid: boolean = true

Accessors

  • get customCircuits(): { file: string | boolean; user: string | boolean }

    Returns { file: string | boolean; user: string | boolean }

  • get hasCustomCircuits(): boolean

    Returns boolean

  • get hasQrInfo(): boolean

    Returns boolean

  • get hasSetPage(): boolean

    Returns boolean

  • get qrInfo(): {
        id: string
        | boolean;
        net: string | boolean;
        sel: string | boolean;
    }

    Returns { id: string | boolean; net: string | boolean; sel: string | boolean }

  • get setPage(): string | boolean

    Returns string | boolean