Tilde Friends
|
Public Member Functions | |
constructor () | |
file_click (file) | |
render_file (file) | |
async | drop (event) |
drag_enter (event) | |
drag_leave (event) | |
drag_over (event) | |
render () | |
Static Public Member Functions | |
static get | properties () |
A file in the files sidebar.
|
inline |
Create a TfFilesElement instance.
|
inline |
Called when a file starts being dragged over the file.
event | The event. |
|
inline |
Called when a file stops being dragged over the file.
event | The event. |
|
inline |
Called when a file is being dragged over the file.
event | The event. |
|
inline |
Create a file entry for a dropped file.
event | The event. |
|
inline |
Select a clicked file.
file | The file. |
|
inlinestatic |
LitElement properties.
|
inline |
Render the file.
|
inline |
Render a single file in the file list.
file | The file. |