Google Apps Script API
    Preparing search index...

    A widget that displays text and supports basic HTML formatting.

    var textParagraph = CardService.newTextParagraph()
        .setText("This is a text paragraph widget. Multiple lines are allowed if needed.");
    
    interface TextParagraph {
        setText(text: string): TextParagraph;
    }
    Index

    Methods

    Methods