Interface FormatSegmentOptions

Options for a single segment in a format() expression.

interface FormatSegmentOptions {
    font-scale?: NumberInput;
    text-color?: ColorInput;
    text-font?: string[] | Expr<unknown>;
}

Properties

font-scale?: NumberInput
text-color?: ColorInput
text-font?: string[] | Expr<unknown>