Google Apps Script API
    Preparing search index...

    A class that represents a complete border style that can be applied to widgets.

    interface BorderStyle {
        setCornerRadius(
            radius: number,
        ): GoogleAppsScript.Card_Service.BorderStyle;
        setStrokeColor(color: string): GoogleAppsScript.Card_Service.BorderStyle;
        setType(type: BorderType): GoogleAppsScript.Card_Service.BorderStyle;
    }
    Index

    Methods