Interface PipeDataSourceMetadata

interface PipeDataSourceMetadata {
    id: string;
    refreshParent?: boolean;
    restore?: boolean;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

id: string
refreshParent?: boolean

If true the parent data source will be refreshed when the pipe data source is refreshed

false
restore?: boolean

Indicates weather the data source should restore the last value from local storage