Skip to content

Type alias: PropertyOptionsMetadataResult<ResultT>

core.PropertyOptionsMetadataResult

Ƭ PropertyOptionsMetadataResult<ResultT>: ResultT | { cacheTtlSecs?: number ; result: ResultT }

The result of a property options formula. This is either an array, or an array combined with cacheTtlSecs to indicate how long the results can be cached for. The default cacheTtlSecs is about 5 minutes, if unspecified.

Type parameters

Name Type
ResultT extends PackFormulaResult[]

Defined in

api_types.ts:959