Google Apps Script API
    Preparing search index...

    An enum that specifies the style for TextButton.

    OUTLINED is the default; it renders a simple text button with clear background. FILLED buttons have a background color you can set with TextButton.setBackgroundColor(backgroundColor).

    To call an enum, you call its parent class, name, and property. For example, CardService.TextButtonStyle.OUTLINED.

    Index

    Enumeration Members

    BORDERLESS: number
    FILLED: number
    FILLED_TONAL: number
    OUTLINED: number
    TEXT: number

    DO NOT USE