Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IDynamicDataPropertyDefinition interface
- Package:
- @microsoft/sp-dynamic-data
Definition of a property. It includes the id of the property to be used with the APIs, along with a user-friendly, localized title and description to be seen and used by end users.
- Extends
Properties
| id | Id of the property. This can only contains letters, numbers, dashes and underscores. Example: "myFiles" or "time_in_24-hour_clock" |
Property Details
id
Id of the property. This can only contains letters, numbers, dashes and underscores. Example: "myFiles" or "time_in_24-hour_clock"
id: string;
Property Value
string
