interface PluginMetadata {
    host: string;
    isUnderDevelopment?: boolean;
    lifecycle: PluginLifecycle;
    model: PluginModel;
    outOfSync: boolean;
}

Properties

host: string
isUnderDevelopment?: boolean
lifecycle: PluginLifecycle
outOfSync: boolean