types/DataSourceResult
@prismatic-io/spectral › "types/DataSourceResult"
#
Index#
Type aliases#
Type aliases#
DataSourceResultƬ DataSourceResult: object
Defined in packages/spectral/src/types/DataSourceResult.ts:31
Represents the result of a Data Source action.
#
Type declaration:result: DataSourceTypeMap[TDataSourceType]
supplementalData? : undefined | object
#
DataSourceResultTypeƬ DataSourceResultType: DataSourceTypeMap[DataSourceType]
Defined in packages/spectral/src/types/DataSourceResult.ts:28
#
DataSourceTypeƬ DataSourceType: keyof DataSourceTypeMap
Defined in packages/spectral/src/types/DataSourceResult.ts:26
#
DataSourceTypeMapƬ DataSourceTypeMap: object
Defined in packages/spectral/src/types/DataSourceResult.ts:10
The type of field that is appropriate for rendering the data that is the result of the data source perform function.
#
Type declaration:boolean: boolean
code: string
connection: Connection
credential: unknown
date: string
jsonForm: JSONForm
number: number
objectFieldMap: ObjectFieldMap
objectSelection: ObjectSelection
picklist: string[] | Element[]
schedule(): object
- value: string
string: string
timestamp: string