WebPart Tabs Properties

Hierarchy

Properties

cfgElementId?: string

The optional configuration element

className?: string

The class name.

The edit form

elementId?: string

The target element id to render the webpart to

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

The optional help link properties

Type declaration

  • Optional title?: string

    The link title

  • url: string

    The link url

onClick?: ((el?) => void)

Type declaration

    • (el?): void
    • Parameters

      • Optional el: HTMLElement

      Returns void

onPostRender?: ((wp, ...args) => void)

Type declaration

    • (wp, ...args): void
    • The post render event

      Parameters

      Returns void

onRenderDisplay?: ((wp) => any)

Type declaration

    • (wp): any
    • The render event triggered when the page is in 'Display' mode

      Parameters

      Returns any

onRenderEdit?: ((wp) => any)

Type declaration

    • (wp): any
    • The render event triggered when the page is in 'Edit' mode

      Parameters

      Returns any

onRenderForm?: ((form, wp?) => any)

Type declaration

    • (form, wp?): any
    • The render form event triggered when the form is created

      Parameters

      Returns any

type?: number
wpClassName?: string

The webpart class name

Generated using TypeDoc