Preparing search index...
    type AssetPageRouteParams = {
        createNew?: boolean;
        draftId?: DraftId;
        entityName: string;
        etalonId?: string;
        from?: string;
        historicalDate?: string;
        isVersioning?: boolean;
        namespace: UniverseNamespace.NamespaceId;
        state?: IDGLastSearchItem<IAbstractSearchTerm>;
        viewVariantQuery?: VIEW_VARIANT;
    }
    Index

    Properties

    createNew?: boolean
    draftId?: DraftId
    entityName: string
    etalonId?: string
    from?: string
    historicalDate?: string
    isVersioning?: boolean
    namespace: UniverseNamespace.NamespaceId
    viewVariantQuery?: VIEW_VARIANT

    Использовать только в случаях открывания новых вкладок, например routerStore.openTab(...), window.open(...)