Interface: AspectData_QueryContext
@flyze/lib-data-store 3.0.0-alpha.55· latestDefined in: projects/lib-data-store/src/lib/flyze-api/gridify-filter/aspect-data.filter.ts:63
Cross-model context required to evaluate AspectData queries that reference fields stored on related entities (Aspect, AspectType, Asset, AssetType).
Built by the section selector from the joined sections’ selectEntities();
null is accepted to express “this dictionary is not wired in” — keys that
depend on it will return undefined and fail-closed.
Properties
Section titled “Properties”aspects
Section titled “aspects”aspects:
Dictionary<Aspect> |null
Defined in: projects/lib-data-store/src/lib/flyze-api/gridify-filter/aspect-data.filter.ts:64
aspectTypes
Section titled “aspectTypes”aspectTypes:
Dictionary<AspectType> |null
Defined in: projects/lib-data-store/src/lib/flyze-api/gridify-filter/aspect-data.filter.ts:65
assets?
Section titled “assets?”
optionalassets:Dictionary<Asset> |null
Defined in: projects/lib-data-store/src/lib/flyze-api/gridify-filter/aspect-data.filter.ts:66
assetTypes?
Section titled “assetTypes?”
optionalassetTypes:Dictionary<AssetType> |null
Defined in: projects/lib-data-store/src/lib/flyze-api/gridify-filter/aspect-data.filter.ts:67