-
Notifications
You must be signed in to change notification settings - Fork 0
Data
Qamsari edited this page Jul 25, 2021
·
2 revisions
This class represent simple data source.
export default class Data {
public readonly rows: Array<any>;
public readonly id: SourceId;
public readonly options?: ISourceOptions;
constructor(id: SourceId, data: any, options?: ISourceOptions);
}-
rows
Store array of data object. -
id
Determine name of data source. -
options
object of type ISourceOptions, that determine options for data source.
-
ctor(id,data,options)
CreateDataobject.-
id
Name ofdataobject. -
data
Data that present with newDataobject. -
options
object of type [ISourceOptions][6], that determine options for newDataobject.
-
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