Theia API Documentation v1.65.0
    Preparing search index...
    interface ExpressLayer {
        handle: Function;
        name: string;
        path?: string;
        regexp: RegExp;
    }
    Index

    Properties

    Properties

    handle: Function
    name: string
    path?: string
    regexp: RegExp