TyphonJS Runtime Library (FVTT) 0.2.0-next.1
svelte
ComponentConstructorOptions
Interface ComponentConstructorOptions<Props>
interface
ComponentConstructorOptions
<
Props
>
{
$$inline
?:
boolean
;
anchor
?:
Element
;
context
?:
Map
<
any
,
any
>
;
hydrate
?:
boolean
;
intro
?:
boolean
;
props
?:
Props
;
target
:
ShadowRoot
|
Element
|
Document
;
}
Type Parameters
Props
extends
Record
<
string
,
any
>
=
Record
<
string
,
any
>
Index
Properties
$$inline?
anchor?
context?
hydrate?
intro?
props?
target
Properties
Optional
$$inline
$$inline
?:
boolean
Optional
anchor
anchor
?:
Element
Optional
context
context
?:
Map
<
any
,
any
>
Optional
hydrate
hydrate
?:
boolean
Optional
intro
intro
?:
boolean
Optional
props
props
?:
Props
target
target
:
ShadowRoot
|
Element
|
Document
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
$$inline
anchor
context
hydrate
intro
props
target
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1