Options
All
  • Public
  • Public/Protected
  • All
Menu

SharePoint Configuration - View Information

Hierarchy

  • ISPCfgViewInfo

Index

Properties

Optional JSLink

JSLink: string

The JSLink property.

Optional ViewFields

ViewFields: Array<string>

The view fields.

ViewName

ViewName: string

The view name.

Optional ViewQuery

ViewQuery: string

The view query.

Optional onCreated

onCreated: (view: View, list?: List) => void

Event triggered after the view is created or updated.

Type declaration

    • Parameters

      Returns void

Optional onUpdated

onUpdated: (view: View, list?: List) => void

Event triggered after the view is updated.

Type declaration

    • Parameters

      Returns void

Generated using TypeDoc