Interface IPluginFieldValueBase

interface for the value to be stored by custom field

interface IPluginFieldValueBase {
    html: string;
    value: unknown;
}

Properties

Properties

html: string

html to be rendered to support the field printing outside of custom section

value: unknown

value to be stored and used by the control

Generated using TypeDoc