TyphonJS Runtime Library (FVTT) 0.2.0
#standard/component/fvtt-internal
TJSFolderDelete
Props
Type Alias Props
Props
:
{
deleteFolder
?:
()
=>
Promise
<
globalThis.Folder
>
;
document
?:
any
}
Props type alias for
associated component
.
Type declaration
Optional
deleteFolder
?:
()
=>
Promise
<
globalThis.Folder
>
Removes a folder with deleting documents.
Optional
document
?:
any
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0
Props type alias for associated component.