TyphonJS Runtime Library (FVTT) 0.2.0-next.1
#standard/component/form
TJSButton
Class TJSButton
TODO: Add description
Hierarchy
SvelteComponent
<
TJSButton
.
Props
,
TJSButton
.
Events
,
TJSButton
.
Slots
>
TJSButton (
view full
)
Index
Constructors
constructor
Methods
$destroy
$on
$set
Constructors
constructor
new TJSButton
(
options
)
:
TJSButton
Parameters
options
:
ComponentConstructorOptions
<
TJSButton
.
Props
>
Returns
TJSButton
Methods
$destroy
$destroy
(
)
:
void
Returns
void
$on
$on
<
K
>
(
type
,
callback
)
:
(
(
)
=>
void
)
Type Parameters
K
extends
string
Parameters
type
:
K
callback
:
(
(
e
:
TJSButton
.
Events
[
K
]
)
=>
void
)
(
e
)
:
void
Parameters
e
:
TJSButton
.
Events
[
K
]
Returns
void
Returns
(
(
)
=>
void
)
(
)
:
void
Returns
void
$set
$set
(
props
)
:
void
Parameters
props
:
Partial
<
TJSButton
.
Props
>
Returns
void
Settings
Member Visibility
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
$destroy
$on
$set
Demo - Essential Svelte ESM
TyphonJS Runtime Library (FVTT) 0.2.0-next.1
TODO: Add description