jxa-types
    Preparing search index...

    Interface MenuItem

    interface MenuItem {
        click: () => any;
        enabled: () => boolean;
        menus: Menu[];
        title: () => string;
    }
    Index

    Properties

    click: () => any
    enabled: () => boolean
    menus: Menu[]
    title: () => string