IContentDataProvider Interface
Interface for all presentation-driven content providers.
Extends
Implemented by
Inherited methods
| Name |
Inherited from |
Description |
| dispose(): void |
IDisposable |
Disposes of any resources owned by this object. |
Properties
| Name |
Type |
Description |
|
| displayType |
string |
Display type used to format content |
|
| getContent |
(pageOptions?: PageOptions) => Promise<Content | undefined> |
Get the content. |
|
| getContentDescriptor |
() => Promise<Descriptor | undefined> |
Get the content descriptor. |
|
| getContentSetSize |
() => Promise<number> |
Get the number of content records. |
|
| keys |
KeySet |
Keys defining what to request content for |
|
| selectionInfo |
SelectionInfo | undefined |
Information about selection event that results in content change |
|
Inherited properties
Defined in
Last Updated:
08 January, 2020