Extend for custom plugin configuration

interface PluginConfig {
    listMode?: ListMode;
}

Properties

Properties

listMode?: ListMode