Skip to content

this.me


this.me / OperatorCall

Interface: OperatorCall

Defined in: types.ts:78

What ME routing produces when a Proxy chain is invoked.

Properties

expression

expression: any

Defined in: types.ts:88

The normalized expression passed into postulate.

  • 0 args -> undefined
  • 1 arg -> that arg
  • 2+ args -> packed array

isRoot

isRoot: boolean

Defined in: types.ts:94

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.


path

path: SemanticPath

Defined in: types.ts:80

Raw path array for the call site, including operator leaf if present.