Interface UcsInsetFormatter<T, TSchema>

Inset formatter generates code for type instance formatting.

Type Parameters

  • out T

    Implied data type.

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

    Schema type.

Hierarchy

  • UcsInsetFormatter

Properties

Properties

format: UcsFormatter<T, TSchema>

Formats inset.

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

Inset format name.

Generated using TypeDoc