-
Notifications
You must be signed in to change notification settings - Fork 0
ISourceOptions
Qamsari edited this page Jul 25, 2021
·
1 revision
Interface that determine options for source.
export default interface ISourceOptions {
mergeType?: MergeType;
keyFieldName?: string;
statusFieldName?: string;
}-
mergeType
Determine type of concatenate in new data receive for already exist old data. For more information, see MergeType -
keyFieldName
Determine name of key filed in object array. if key not set, object reference used for check equality. -
statusFieldName
Determine name of status filed in object array. default value isnull. status filed
Copyright © 2020 Manzoomeh Negaran Co Lts.
Powered by BasisCore
- Home
- IContext
- $bc
- Source
- Options
- ConnectionOptions
- Component
- UserDefinedComponent
- APIComponent
- HTML Components
- SourceBase Components
- Source Components
- Callback Argument
- Enum
- Util