Fishjam Mobile SDK - v0.24.0
    Preparing search index...
    type TrackBase = {
        id: TrackId;
        isActive: boolean;
        metadata?: TrackMetadata;
        type: TrackType;
    }
    Index

    Properties

    isActive: boolean
    metadata?: TrackMetadata
    type: TrackType