Interface for creating ValueHostFactory classes.

interface IValueHostFactory {
    create(valueHostsManager, config, state): IValueHost;
    cleanupInstanceState(state, config): void;
    createInstanceState(config): ValueHostInstanceState;
    ensureRegistered(config): void;
}

Implemented by

Methods

Generated using TypeDoc v0.25.12