IContentDataProvider Interface
Interface for all presentation-driven content providers.
Extends
Implemented by
Methods
| Name |
Description |
|
| getContent(pageOptions?: PageOptions): Promise<undefined | Content> |
Get the content. |
|
| getContentDescriptor(): Promise<undefined | Descriptor> |
Get the content descriptor. |
|
| getContentSetSize(): Promise<number> |
Get the number of content records. |
|
| getFieldByPropertyRecord(propertyRecord: PropertyRecord): Promise<undefined | Field> |
Get field that was used to create the given property record |
|
Inherited methods
Properties
| Name |
Type |
Description |
|
| displayType Readonly |
string |
Display type used to format content |
|
| keys |
KeySet |
Keys defining what to request content for |
|
| selectionInfo |
undefined | SelectionInfo |
Information about selection event that results in content change |
|
Inherited properties
Defined in
Last Updated:
30 November, 2023