-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from brYch97/users/dominik.brych/VirtualDataset
Updated Virtual Dataset docs
- Loading branch information
Showing
3 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...trols/VirtualDataset/ClientExtensibility/API/interfaces/IDataProviderOptions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Additional options for Data Provider. | ||
|
||
## Properties | ||
|
||
### entityMetadata? | ||
|
||
> `optional` **entityMetadata**: `DeepPartial`\<`EntityMetadata`\> | ||
Can be used to define/override Entity Metadata. | ||
|
||
#### Defined in | ||
|
||
src/utils/dataset/data-providers/interfaces.ts:225 | ||
|
||
*** | ||
|
||
### title? | ||
|
||
> `optional` **title**: `string` | ||
Sets the title describing the provider. | ||
|
||
#### Defined in | ||
|
||
src/utils/dataset/data-providers/interfaces.ts:215 | ||
|
||
*** | ||
|
||
### userSettings? | ||
|
||
> `optional` **userSettings**: `UserSettings` \| `UserSettings` | ||
Only needs to be passed if the provider is running in an environment without User Settings present in window.Xrm (for example local PCF harness). | ||
|
||
#### Defined in | ||
|
||
src/utils/dataset/data-providers/interfaces.ts:220 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters