ITrashcan

Interface to trashcan.

Members

Functions

byItem
InputRange!TrashcanItem byItem()

List items stored in trashcan.

erase
void erase(TrashcanItem item)
erase(TrashcanItem item)

Erase item from trashcan.

restore
void restore(TrashcanItem item)

Restore item to its original location.

Properties

displayName
string displayName [@property getter]

The name of trashcan (possibly localized).

Meta