Options
All
  • Public
  • Public/Protected
  • All
Menu

SharePoint Configuration - List Information

Hierarchy

  • ISPCfgListInfo

Index

Properties

Optional ContentTypes

ContentTypes: Array<ISPCfgContentTypeInfo>

The content Types.

Optional CustomFields

CustomFields: Array<ISPCfgFieldInfo>

The custom list fields.

ListInformation

ListInformation: ListProps

The list creation information.

Optional TitleFieldDisplayName

TitleFieldDisplayName: string

The title display name.

Optional UserCustomActions

UserCustomActions: Array<UserCustomActionProps>

The user custom actions.

Optional ViewInformation

ViewInformation: Array<ISPCfgViewInfo>

The view information.

Optional onCreated

onCreated: (list: List) => void

Event triggered after the list is created or updated.

Type declaration

    • (list: List): void
    • Parameters

      Returns void

Optional onUpdated

onUpdated: (list: List) => void

Event triggered after the list is updated.

Type declaration

    • (list: List): void
    • Parameters

      Returns void

Generated using TypeDoc