Options
All
  • Public
  • Public/Protected
  • All
Menu

The webpart properties

Hierarchy

  • IWebPartProps

Index

Properties

Optional cfgElementId

cfgElementId: string

The optional configuration element id

elementId

elementId: string

The target element id to render the webpart to

Optional helpProps

helpProps: { title?: string; url: string }

The optional help link properties

Type declaration

  • Optional title?: string

    The link title

  • url: string

    The link url

Optional onPostRender

onPostRender: (wp: IWebPartInfo) => void

The post render event

Type declaration

Optional onRenderDisplay

onRenderDisplay: (wp: IWebPartInfo) => any

The render event triggered when the page is in 'Display' mode

Type declaration

Optional onRenderEdit

onRenderEdit: (wp: IWebPartInfo) => any

The render event triggered when the page is in 'Edit' mode

Type declaration

Generated using TypeDoc