Type alias PluginState

PluginState: {
    pluginStatus: RTLPluginStatus;
    pluginURL: string;
}

The RTL plugin state

Type declaration