@reuters-graphics/teams-klaxon
    Preparing search index...

    Interface TextBlock

    interface TextBlock {
        type: "TextBlock";
        text: string;
        wrap?: boolean;
        size?: Size;
        weight?: Weight;
        separator?: boolean;
        color?: Color;
        isSubtle?: boolean;
        fontType?: FontType;
        spacing?: Spacing;
        height?: "stretch";
        id?: string;
    }
    Index

    Properties

    type: "TextBlock"
    text: string
    wrap?: boolean
    size?: Size
    weight?: Weight
    separator?: boolean
    color?: Color
    isSubtle?: boolean
    fontType?: FontType
    spacing?: Spacing
    height?: "stretch"
    id?: string