FilePropertiesView.onQuickPreview method
FilePropertiesView › onQuickPreview
Unofficial
Handle a quick preview update for the file.Signature:
onQuickPreview(file: TFile, t: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The file being previewed. |
| t | unknown | The preview data. |
Returns: void