Member Junction
    Preparing search index...

    A partial text-style choice emitted when the user picks a style with an existing text / sticky selection — the board applies it to the selected item via the state engine.

    interface WhiteboardTextStyleEvent {
        Bold?: boolean;
        Color?: string;
        FontFamily?: WhiteboardFontFamily;
        FontSize?: number;
    }
    Index

    Properties

    Bold?: boolean
    Color?: string
    FontSize?: number