@fingerprint/svelte
Preparing search index...
FingerprintProvider
Class FingerprintProvider
Hierarchy
SvelteComponent
<
FingerprintProviderProps
,
FingerprintProviderEvents
,
FingerprintProviderSlots
,
>
FingerprintProvider
Indexable
[
prop
:
string
]:
any
Index
Constructors
constructor
Properties
$$
$$events_
def
$$prop_
def
$$set
$$slot_
def
Methods
$capture_
state
$destroy
$inject_
state
$on
$set
Constructors
constructor
new
FingerprintProvider
(
options
:
ComponentConstructorOptions
<
{
options
:
LoaderStartOptions
}
>
,
)
:
FingerprintProvider
Parameters
options
:
ComponentConstructorOptions
<
{
options
:
LoaderStartOptions
}
>
Returns
FingerprintProvider
Properties
$$
$$
:
any
PRIVATE API
Do not use, may change at any time
$$events_
def
$$events_def
:
{
[
evt
:
string
]:
CustomEvent
<
any
>
}
For type checking capabilities only. Does not exist at runtime.
DO NOT USE!
$$prop_
def
$$prop_def
:
{
options
:
LoaderStartOptions
}
For type checking capabilities only. Does not exist at runtime.
DO NOT USE!
$$set
$$set
:
any
PRIVATE API
Do not use, may change at any time
$$slot_
def
$$slot_def
:
{
default
:
{}
}
For type checking capabilities only. Does not exist at runtime.
DO NOT USE!
Methods
$capture_
state
$capture_state
()
:
void
Returns
void
$destroy
$destroy
()
:
void
Returns
void
$inject_
state
$inject_state
()
:
void
Returns
void
$on
$on
<
K
extends
string
>
(
type
:
K
,
callback
:
(
(
e
:
CustomEvent
<
any
>
)
=>
void
)
|
null
|
undefined
,
)
:
()
=>
void
Type Parameters
K
extends
string
Parameters
type
:
K
callback
: (
(
e
:
CustomEvent
<
any
>
)
=>
void
)
|
null
|
undefined
Returns
()
=>
void
$set
$set
(
props
:
Partial
<
Props
>
)
:
void
Parameters
props
:
Partial
<
Props
>
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
$$
PRIVATE
API
$$events_
def
DO
NOT
USE!
$$prop_
def
DO
NOT
USE!
$$set
PRIVATE
API
$$slot_
def
DO
NOT
USE!
Methods
$capture_
state
$destroy
$inject_
state
$on
$set
@fingerprint/svelte
Loading...
PRIVATE API
Do not use, may change at any time