Interface: StandardToolsOptions
Defined in: standard-tools.ts:45
Options for registerStandardTools.
Properties
scopes?
optionalscopes?: readonly (string|Scope)[]
Defined in: standard-tools.ts:53
Extra scopes this kit SERVES, beyond its default view (see surfaceViewFor) — the composition escape hatch. The twins shape: a kit named app hosting slices scoped left/right declares them here, and their actions surface as left/kick / right/kick. Accepts Scope objects or bare scope names.