Interface IPluginFeatureDashboard

interface IPluginFeatureDashboard {
    enabled: boolean;
    icon: string;
    id?: string;
    order: number;
    parent: string;
    title?: string;
    usefilter: boolean;
}

Hierarchy

Properties

enabled: boolean

Whether to show the page

icon: string

Icon of the dashboard (See font awesome)

id?: string

Id of the page in the tree/url

order: number

Order in the tree

parent: string

Parent of the dashboard (It should exists))

title?: string

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

usefilter: boolean

Whether using filter when searching.

Generated using TypeDoc