Skip to content

ISourceData

Qamsari edited this page Jul 25, 2021 · 1 revision

Represent object that define as inline source.

export interface ISourceData {
  options: ISourceOptions;
  data: Array<any>;
}

Properties

  • options
    Represent setting about inline source. For more information visit ISourceOptions

  • data
    Represent source in array of any

Clone this wiki locally