interface DirectoryMixinEntry {
    id: string;
    folder: string | Folder;
    img: string;
    sort: string;
}

Properties

Properties

id: string

The unique id of the entry

folder: string | Folder

The folder id or folder object to which this entry belongs

img: string

An image path to display for the entry

sort: string

A numeric sort value which orders this entry relative to others