TyphonJS Runtime Library (FVTT) 0.2.0
#standard/component/fvtt-internal
TJSFolderRemove
Props
Type Alias Props
Props
:
{
document
?:
any
;
removeFolder
?:
()
=>
Promise
<
globalThis.Folder
>
}
Props type alias for
associated component
.
Type declaration
Optional
document
?:
any
Optional
removeFolder
?:
()
=>
Promise
<
globalThis.Folder
>
Removes a folder without deleting documents.
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.