Interface IPluginPrintParamsBase

this allows to store parameters for printing

This parameters can be overwritten in the layout and are used by the custom section printing

interface IPluginPrintParamsBase {
    class: string;
    fieldInfo?: IPrintFieldInfo;
}

Hierarchy

  • IPrintFieldParams
    • IPluginPrintParamsBase

Properties

Properties

class: string
fieldInfo?: IPrintFieldInfo

Generated using TypeDoc