Google Apps Script API
    Preparing search index...
    interface MenuItem {
        action?: string;
        contextual_command?: string;
        id?: string;
        payload?: string;
        removeWhenSelected?: boolean;
        values?: MenuValue[];
    }
    Index

    Properties

    action?: string
    contextual_command?: string
    id?: string
    payload?: string
    removeWhenSelected?: boolean
    values?: MenuValue[]