Variable tracklistFieldDefsConst
tracklistFieldDefs: {
actors: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
album: {
alias: string[];
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => any);
mask: string;
minWidth: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
albumArt: {
bindData: ((div, item, itemIndex) => void);
checked: boolean;
disabled: ((usedLV) => any);
notForAlbum: boolean;
setupCell: ((div, column) => void);
title: any;
width: number;
};
albumArtist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
artist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
minWidth: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
bitrate: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item, raw) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
title: any;
usesRaw: boolean;
width: number;
};
bpm: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
bps: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
title: any;
width: number;
};
comment: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
getValueAsync: ((item) => any);
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
composer: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
conductor: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
copyright: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
custom1: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom10: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom2: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom3: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom4: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom5: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom6: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom7: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom8: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
custom9: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
};
date: {
align: string;
bindFunc: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
editor: any;
getValue: ((item, raw) => any);
mask: string;
setValue: ((item, newValue, raw) => boolean);
title: any;
width: number;
};
dateAdded: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
mask: string;
title: any;
width: number;
};
dimensions: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
};
director: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
discNo: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
encoder: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
episode: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
extendedTags: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
notForAlbum: boolean;
title: (() => any);
width: number;
};
fileType: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
};
filename: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
filesize: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
title: any;
width: number;
};
folder: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
};
framerate: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
};
genre: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
grouping: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
initialKey: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
involvedPeople: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
isrc: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
lastPlayed: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
getValue: ((item) => string);
mask: string;
notForAlbum: boolean;
title: any;
width: number;
};
lastSkipped: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
getValue: ((item) => string);
notForAlbum: boolean;
title: any;
width: number;
};
length: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item, raw) => any);
mask: string;
notForAlbum: boolean;
title: any;
usesRaw: boolean;
width: number;
};
lyricist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
lyrics: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
getValueAsync: ((item) => any);
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
media: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
};
mood: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
normalize: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
normalizeAlbum: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
occasion: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
order: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
organizedPath: {
bindData: ((div, item) => void);
checked: boolean;
disabled: ((usedLV) => boolean);
getValue: ((item) => any);
noExport: boolean;
notForAlbum: boolean;
title: any;
width: number;
};
origAlbumTitle: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
origArtist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
origDate: {
align: string;
bindFunc: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item, raw) => any);
mask: string;
setValue: ((item, newValue, raw) => boolean);
title: any;
width: number;
};
origLyricist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
parentalRating: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
path: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editable: ((item) => boolean);
editor: any;
getValue: ((item) => any);
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
playCounter: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
editor: any;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
playOrder: {
adaptableSize: boolean;
bindData: ((div, item) => void);
checked: (() => boolean);
disabled: ((usedLV) => boolean);
fixed: boolean;
notForAlbum: boolean;
title: string;
width: number;
};
podcast: {
alias: string[];
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
producer: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
publisher: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
quality: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
rating: {
adaptableSize: boolean;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
editor: any;
getValue: ((item) => any);
headerRenderer: ((div, column) => void);
isNumber: boolean;
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
sampleRate: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
title: any;
width: number;
};
screenwriter: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
season: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
series: {
alias: string[];
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
skipped: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
source: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
mask: string;
minWidth: string;
setupCell: ((div, column) => void);
title: any;
width: number;
};
stereo: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
title: any;
width: number;
};
summary: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
title: any;
width: number;
};
tempo: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
timeStamp: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
mask: string;
notForAlbum: boolean;
title: any;
width: number;
};
title: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
minWidth: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
};
trackType: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
};
} = ...
Type declaration
actors: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
album: {
alias: string[];
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => any);
mask: string;
minWidth: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
alias: string[]
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => any)
mask: string
minWidth: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
albumArt: {
bindData: ((div, item, itemIndex) => void);
checked: boolean;
disabled: ((usedLV) => any);
notForAlbum: boolean;
setupCell: ((div, column) => void);
title: any;
width: number;
}
bindData: ((div, item, itemIndex) => void)
- (div, item, itemIndex): void
Parameters
- div: any
- item: any
- itemIndex: any
Returns void
checked: boolean
disabled: ((usedLV) => any)
notForAlbum: boolean
setupCell: ((div, column) => void)
- (div, column): void
Returns void
title: any
width: number
albumArtist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
artist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
minWidth: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
minWidth: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
bitrate: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item, raw) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
title: any;
usesRaw: boolean;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item, raw) => any)
- (item, raw): any
Returns any
isNumber: boolean
mask: string
notForAlbum: boolean
title: any
usesRaw: boolean
width: number
bpm: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
bps: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
isNumber: boolean
mask: string
title: any
width: number
comment: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
getValueAsync: ((item) => any);
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
getValueAsync: ((item) => any)
setValue: ((item, newValue) => boolean)
title: any
width: number
composer: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
conductor: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
copyright: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
custom1: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom10: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom2: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom3: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom4: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom5: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom6: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom7: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom8: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
custom9: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: (() => any)
width: number
date: {
align: string;
bindFunc: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
editor: any;
getValue: ((item, raw) => any);
mask: string;
setValue: ((item, newValue, raw) => boolean);
title: any;
width: number;
}
align: string
bindFunc: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
direction: string
disabled: boolean
editor: any
getValue: ((item, raw) => any)
- (item, raw): any
Returns any
mask: string
setValue: ((item, newValue, raw) => boolean)
- (item, newValue, raw): boolean
Parameters
- item: any
- newValue: any
- raw: any
Returns boolean
title: any
width: number
dateAdded: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
mask: string;
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => string)
- (item): string
Returns string
mask: string
title: any
width: number
dimensions: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
mask: string
title: any
width: number
director: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
discNo: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
encoder: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
episode: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
extendedTags: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
notForAlbum: boolean;
title: (() => any);
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => string)
- (item): string
Returns string
notForAlbum: boolean
title: (() => any)
width: number
fileType: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
mask: string
title: any
width: number
filename: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
filesize: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
isNumber: boolean
mask: string
notForAlbum: boolean
title: any
width: number
folder: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
mask: string
title: any
width: number
framerate: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
mask: string
title: any
width: number
genre: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
grouping: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
initialKey: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
involvedPeople: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
isrc: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
lastPlayed: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
getValue: ((item) => string);
mask: string;
notForAlbum: boolean;
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
direction: string
disabled: boolean
getValue: ((item) => string)
- (item): string
Returns string
mask: string
notForAlbum: boolean
title: any
width: number
lastSkipped: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
getValue: ((item) => string);
notForAlbum: boolean;
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
direction: string
disabled: boolean
getValue: ((item) => string)
- (item): string
Returns string
notForAlbum: boolean
title: any
width: number
length: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item, raw) => any);
mask: string;
notForAlbum: boolean;
title: any;
usesRaw: boolean;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item, raw) => any)
- (item, raw): any
Returns any
mask: string
notForAlbum: boolean
title: any
usesRaw: boolean
width: number
lyricist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
lyrics: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
getValueAsync: ((item) => any);
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
getValueAsync: ((item) => any)
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
media: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
mask: string
title: any
width: number
mood: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
normalize: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
isNumber: boolean
mask: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
normalizeAlbum: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
occasion: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
order: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
organizedPath: {
bindData: ((div, item) => void);
checked: boolean;
disabled: ((usedLV) => boolean);
getValue: ((item) => any);
noExport: boolean;
notForAlbum: boolean;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: ((usedLV) => boolean)
- (usedLV): boolean
Returns boolean
getValue: ((item) => any)
noExport: boolean
notForAlbum: boolean
title: any
width: number
origAlbumTitle: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
origArtist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
origDate: {
align: string;
bindFunc: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item, raw) => any);
mask: string;
setValue: ((item, newValue, raw) => boolean);
title: any;
width: number;
}
align: string
bindFunc: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item, raw) => any)
- (item, raw): any
Returns any
mask: string
setValue: ((item, newValue, raw) => boolean)
- (item, newValue, raw): boolean
Parameters
- item: any
- newValue: any
- raw: any
Returns boolean
title: any
width: number
origLyricist: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
parentalRating: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
path: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editable: ((item) => boolean);
editor: any;
getValue: ((item) => any);
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editable: ((item) => boolean)
- (item): boolean
Returns boolean
editor: any
getValue: ((item) => any)
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
playCounter: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
editor: any;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
direction: string
disabled: boolean
editor: any
getValue: ((item) => any)
isNumber: boolean
mask: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
playOrder: {
adaptableSize: boolean;
bindData: ((div, item) => void);
checked: (() => boolean);
disabled: ((usedLV) => boolean);
fixed: boolean;
notForAlbum: boolean;
title: string;
width: number;
}
adaptableSize: boolean
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: (() => boolean)
- (): boolean
Returns boolean
disabled: ((usedLV) => boolean)
- (usedLV): boolean
Returns boolean
fixed: boolean
notForAlbum: boolean
title: string
width: number
podcast: {
alias: string[];
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
alias: string[]
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
producer: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
publisher: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
quality: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
rating: {
adaptableSize: boolean;
bindData: ((div, item) => void);
checked: boolean;
direction: string;
disabled: boolean;
editor: any;
getValue: ((item) => any);
headerRenderer: ((div, column) => void);
isNumber: boolean;
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
adaptableSize: boolean
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
direction: string
disabled: boolean
editor: any
getValue: ((item) => any)
headerRenderer: ((div, column) => void)
isNumber: boolean
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
sampleRate: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
isNumber: boolean
mask: string
title: any
width: number
screenwriter: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
season: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
series: {
alias: string[];
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
alias: string[]
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
skipped: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
source: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
mask: string;
minWidth: string;
setupCell: ((div, column) => void);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => string)
- (item): string
Returns string
mask: string
minWidth: string
setupCell: ((div, column) => void)
- (div, column): void
Returns void
title: any
width: number
stereo: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
isNumber: boolean;
mask: string;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
isNumber: boolean
mask: string
title: any
width: number
summary: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
notForAlbum: boolean;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
mask: string
notForAlbum: boolean
title: any
width: number
tempo: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
editorParams: string;
getValue: ((item) => string);
mask: string;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
editorParams: string
getValue: ((item) => string)
- (item): string
Returns string
mask: string
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
timeStamp: {
align: string;
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => string);
mask: string;
notForAlbum: boolean;
title: any;
width: number;
}
align: string
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => string)
- (item): string
Returns string
mask: string
notForAlbum: boolean
title: any
width: number
title: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
editor: any;
getValue: ((item) => any);
mask: string;
minWidth: string;
notForAlbum: boolean;
setValue: ((item, newValue) => boolean);
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
editor: any
getValue: ((item) => any)
mask: string
minWidth: string
notForAlbum: boolean
setValue: ((item, newValue) => boolean)
- (item, newValue): boolean
Returns boolean
title: any
width: number
trackType: {
bindData: ((div, item) => void);
checked: boolean;
disabled: boolean;
getValue: ((item) => any);
mask: string;
title: any;
width: number;
}
bindData: ((div, item) => void)
- (div, item): void
Returns void
checked: boolean
disabled: boolean
getValue: ((item) => any)
mask: string
title: any
width: number
List of all tracklist field types, their titles, and relevant attributes such as data-binding functions and editor parameters.