Interface UcInsetPresentations<T, TSchema>

Schema constraints for presentations of schema instances existing as other presentations' insets.

Each property corresponds to particular inset presentation.

More presentations may be added by augmenting this interface.

Type Parameters

  • out T = unknown

    Implied data type.

  • out TSchema extends UcSchema<T> = UcSchema<T>

    Supported schema type.

Hierarchy

  • UcInsetPresentations

Properties

Properties

inset?: UcConstraints<T, TSchema>

Constraints for default inset formatting.

uriParam?: UcConstraints<T, TSchema>

Constraints for schema instance represented as URI parameter value.

This works for e.g.:

Generated using TypeDoc