Interface UcsInsetContext<T, TSchema>

Inset formatting context.

Type Parameters

  • out T = unknown

    Implied data type.

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

    Schema type.

Hierarchy

Properties

formatter?: UcsInsetFormatter<T, TSchema>

The inset formatter to wrap, if any.

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;

Serializer library.

Generated using TypeDoc