x4js - v2.2.49
    Preparing search index...

    Interface Segment

    interface Segment {
        keys: string[];
        pattern: RegExp;
    }
    Index
    keys: string[]

    The names of the parameters extracted from the route string (e.g., ['id'] for '/detail/:id').

    pattern: RegExp

    The regular expression used to match the route against a URL path.