Type alias UcsInsetWrapper

UcsInsetWrapper: {
    wrapInsetFormatter<T, TSchema>(this, context) => undefined | UcsInsetFormatter<T, TSchema>;
}["wrapInsetFormatter"]

Wrapper for inset formatters.

Creates inset formatters based on the wrapped ones. May also create a default formatter for insets without pre-configured formatters.

Type Param

Implied data type.

Type Param

Schema type.

Param

Inset formatting context.

Returns

Either inset formatter, or nothing for unexpected inset.

Generated using TypeDoc