Skip to content

Interface: SurfaceView

Defined in: standard-tools.ts:60

One scope's VIEW of the global registries: which declarations belong to it. See surfaceViewFor for the membership rule.

Properties

scopes

readonly scopes: readonly string[]

Defined in: standard-tools.ts:62

The scopes this view serves — the owning scope first, then any extras.

Methods

owns()

owns(name): boolean

Defined in: standard-tools.ts:65

Does the declaration registered under this (scope-qualified) name belong to the view?

Parameters

name

string

Returns

boolean