Interface IPluginFeatureField

interface IPluginFeatureField {
    enabled: boolean;
    fieldConfigOptions: IFieldDescription;
    fieldType: string;
    id?: string;
    title?: string;
}

Hierarchy

Properties

enabled: boolean

Whether to show the page

fieldConfigOptions: IFieldDescription

description of field capabilities

fieldType: string

Field type id that will be use when rendering the data

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