Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISPCfgWebPartInfo

SharePoint Configuration - WebPart Information

Hierarchy

  • ISPCfgWebPartInfo

Index

Properties

FileName

FileName: string

The file name of the webpart.

Optional Group

Group: string

The webpart group.

XML

XML: string

The webpart xml

Optional onCreated

onCreated: (file: File) => void

Event triggered after the webpart file is created.

Type declaration

    • (file: File): void
    • Parameters

      Returns void

Optional onUpdated

onUpdated: (file: File) => void

Event triggered after the webpart file is updated.

Type declaration

    • (file: File): void
    • Parameters

      Returns void

Generated using TypeDoc