Preparing search index...

    Variable ActiveRouteSchemaConst

    ActiveRouteSchema: TObject<
        {
            href: TString;
            name: TString;
            pointIndex: TNumber;
            pointTotal: TNumber;
            reverse: TBoolean;
        },
    > = ...

    Active route state.