Interface: ContextRuleScopeFields
Makaio Framework / services-core/context-rules / ContextRuleScopeFields
Interface: ContextRuleScopeFields
Section titled “Interface: ContextRuleScopeFields”Defined in: ../../../packages/services/core/src/context-rules/types.ts:99
Scope fields shared by rule inputs and persisted rule records.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”projectId?
Section titled “projectId?”
optionalprojectId?:string
Defined in: ../../../packages/services/core/src/context-rules/types.ts:103
Project identifier for project scope and optionally project-bound session scope.
scope:
ContextRuleScope
Defined in: ../../../packages/services/core/src/context-rules/types.ts:101
Hierarchical scope deciding when the rule is a candidate.
sessionId?
Section titled “sessionId?”
optionalsessionId?:string
Defined in: ../../../packages/services/core/src/context-rules/types.ts:105
Session identifier for session-scoped rules.