jxa-types
    Preparing search index...

    Interface AudioCDTrack

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

    Hierarchy (View Summary)

    Index

    Properties

    location: any

    Methods

    • Get the class (string) of a selected item.

      Returns any

    • Name of the item (song title, etc).

      Returns string