Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IDynamicDataEventDefinition interface
- Package:
- @microsoft/sp-dynamic-data
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Definition of an event which a dynamic data source accepts.
It includes the name of the event and description to be seen and used by end users.
Properties
| description | User-friendly, localized description of the event. |
| name | Event name |
Property Details
description
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
User-friendly, localized description of the event.
description?: string;
Property Value
string
name
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Event name
name: string;
Property Value
string
