Interface ProjectDevHost

Abstract project development tools host.

May contain other development tools.

interface ProjectDevHost {
    get project(): ProjectConfig;
    get type(): ProjectDevHostType<this>;
}

Implemented by

Accessors

Accessors