Interface Scopable

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

interface Scopable {
    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