Skip to content

SourceData

Qamsari edited this page Jul 25, 2021 · 1 revision

Represent data object that define as inline source. The source maybe array of any or ISourceData.

export declare type SourceData = Array<any> | ISourceData;

Clone this wiki locally