Theia API Documentation v1.65.0
    Preparing search index...
    interface RelativePattern {
        base: string;
        pattern: string;
        pathToRelative(from: string, to: string): string;
    }
    Index

    Properties

    Methods

    Properties

    base: string
    pattern: string

    Methods