Theia API Documentation v1.65.0
    Preparing search index...
    interface MountConfig {
        source: string;
        target: string;
        type: "volume" | "bind";
    }
    Index

    Properties

    Properties

    source: string
    target: string
    type: "volume" | "bind"