TyphonJS Runtime Library (FVTT) 0.2.0
#standard/component/fvtt-internal
TJSFolderRolltable
Props
Type Alias Props
Props
:
{
createTable
?:
()
=>
Promise
<
globalThis.RollTable
>
;
document
?:
any
}
Props type alias for
associated component
.
Type declaration
Optional
createTable
?:
()
=>
Promise
<
globalThis.RollTable
>
Creates roll table from folder 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.