Interface Scoped

Interface for describing an UI schema element that is referencing a subschema. The value of the scope must be a JSON Pointer.

interface Scoped {
    scope: string;
}

Hierarchy (view full)

Properties

Properties

scope: string

The scope that determines to which part this element should be bound to.

Generated using TypeDoc