URLParameters: {
    edb?: string;
    f?: ObjectID[] | null;
    famo?: number;
    fattr?: string | null;
    fblock?: string[] | null;
    ff?: string[] | null;
    fsig?: string | null;
    fsigf?: string[] | null;
    fv?: string[] | null;
    fwt?: string[] | null;
    home?: string | null;
    plink?: string | null;
    tool?: string | string[] | null;
}

The URL parameters recognized during EEvision startup, e.g., to specify the EDB file that should be loaded or different options for filtering the EDB.

Type declaration

  • Optionaledb?: string

    Name of the EDB file to load. The filename must be relative to the web server's dataRoot.

  • Optionalf?: ObjectID[] | null

    Module IDs for filtering EDB data to 100% model.

  • Optionalfamo?: number

    Filter attributes mode.

    Different attribute modes are no longer supported. The default mode supports a default language in case no translation of the target language is available (equivalent to famo=2).

  • Optionalfattr?: string | null

    Enables the "filter attributes" post-process by specifying the suffix to attribute names.

  • Optionalfblock?: string[] | null

    Enables the filter-block post-process; additional flags can be specified.

  • Optionalff?: string[] | null

    Flags for filtering EDB data to a 100% model.

  • Optionalfsig?: string | null

    Enables the filter-by-signal post-process. Optionally an attribute name can be specified that has the signal name as its value. If no signal name should be used, set the parameter to the empty string.

  • Optionalfsigf?: string[] | null

    Flags for the filter-by-signal process.

  • Optionalfv?: string[] | null

    Activated/set variables for filtering EDB data to a 100% model.

  • Optionalfwt?: string[] | null

    Enables the filter-wire-types post-process by listing the types of wires that should be preserved.

  • Optionalhome?: string | null

    Link that is opened when the user clicks on the "Home" button.

  • Optionalplink?: string | null

    Permalink to a stored EEvision state.

  • Optionaltool?: string | string[] | null

    Available license features: "pro", "signoff", "edbdiff", "docgen". "basic" licensing is always available.