jxa-types
    Preparing search index...

    Interface FileTrack

    interface FileTrack {
        rating: number;
        class(): any;
        container(): any;
        delete(): void;
        id(): number;
        index(): number;
        location(): any;
        name(): string;
        persistentID(): string;
        properties(): any;
        (): FileTrack;
    }

    Hierarchy (View Summary)

    Index

    Properties

    rating: number

    Methods

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

      Returns any

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

      Returns string