blessed-components - v1.20.0
    Preparing search index...

    Interface RichTextSpan

    Rich text span.

    interface RichTextSpan {
        text: string;
        tone?: "default" | "muted" | "strong";
    }
    Index

    Properties

    Properties

    text: string
    tone?: "default" | "muted" | "strong"