Skip to main content

Contextual

Stentor API Reference


Stentor API Reference / stentor-models/src / Contextual

Interface: Contextual

Defined in: packages/stentor-models/src/Contextual.ts:27

Currently not in use, for discussion.

The idea is this would allow us to add an array of contexts and we can or or and the contexts. or would require one of them to match and and would require all to match.

TODO: Remove if never used

Properties​

context?​

optional context: object

Defined in: packages/stentor-models/src/Contextual.ts:28

and?​

optional and: Contexts[]