Google Apps Script API
    Preparing search index...

    The fixed footer shown at the bottom of an add-on Card.

    interface FixedFooter {
        setPrimaryButton(button: TextButton): FixedFooter;
        setSecondaryButton(button: TextButton): FixedFooter;
    }
    Index

    Methods