jxa-types
    Preparing search index...

    Interface Item

    interface Item {
        class(): any;
        container(): any;
        id(): number;
        index(): number;
        name(): string;
        persistentID(): string;
        properties(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods