this.me / OperatorCall
Interface: OperatorCall
Defined in: types.ts:156
What ME routing produces when a Proxy chain is invoked.
Properties
path
path:
SemanticPath
Defined in: types.ts:158
Raw path array for the call site, including operator leaf if present.
expression
expression:
any
Defined in: types.ts:166
The normalized expression passed into postulate.
- 0 args -> undefined
- 1 arg -> that arg
- 2+ args -> packed array
isRoot
isRoot:
boolean
Defined in: types.ts:172
When called at root path.length===0 and expression is a string that looks like a path, ME biases to GET. Operators should not override that routing.
