Interface UcsInsetRequest<T, TSchema>

Request for inset formatter.

Type Parameters

  • out T

    Implied data type.

  • out TSchema extends UcSchema<T>

    Schema type.

Hierarchy

Properties

hostFormat: keyof UcFormatPresentations<unknown, UcSchema<unknown>>

The name of the host format containing the inset.

hostSchema: UcSchema<unknown>

Schema of the value containing the inset.

insetName: keyof UcInsetPresentations<unknown, UcSchema<unknown>>

The name of the target inset.

insetSchema: TSchema

Inset value schema;

Generated using TypeDoc