Interface TemplateOverridesOptions

Index

Properties

Properties

optional public BaseViewID?: any

Base view ID (SPView.BaseViewID) for which the template should be applied. If not defined, the templates will be applied to all views.

optional public ListTemplateType?: number

List template type (SPList.BaseTemplate) for which the template should be applied. If not defined, the templates will be applied to all lists.

optional public OnPostRender?: any

�allbacks called after rendered html inserted into DOM. Can be function (ctx: RenderContext) => void or array of functions.

optional public OnPreRender?: any

�allbacks called before rendering starts. Can be function (ctx: RenderContext) => void or array of functions.

optional public Templates?: TemplateOverrides

Template overrides

optional public ViewStyle?: number

View style (SPView.StyleID) for which the templates should be applied. If not defined, the templates will be applied only to default view style.