Interface IPluginFeatureBase

interface IPluginFeatureBase {
    enabled: boolean;
    id?: string;
    title?: string;
}

Hierarchy

Properties

Properties

enabled: boolean

Whether to show the page

id?: string

Id of the page in the tree/url

title?: string

Title of the page in the tree and of the page when displayed

Generated using TypeDoc