@xylabs/sdk-react
Preparing search index...
TiktokCustomEvent
Class TiktokCustomEvent<T>
Type Parameters
T
extends
Record
<
string
,
unknown
>
Hierarchy (
View Summary
)
TiktokBaseEvent
<
T
>
TiktokCustomEvent
Index
Constructors
constructor
Properties
name
ttq
Methods
send
Constructors
constructor
new
TiktokCustomEvent
<
T
extends
Record
<
string
,
unknown
>
>
(
name
:
string
,
)
:
TiktokCustomEvent
<
T
>
Type Parameters
T
extends
Record
<
string
,
unknown
>
Parameters
name
:
string
Returns
TiktokCustomEvent
<
T
>
Properties
name
name
:
string
ttq
ttq
:
Ttq
Methods
send
send
(
data
:
T
)
:
Promise
<
void
>
Parameters
data
:
T
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
ttq
Methods
send
@xylabs/sdk-react
Loading...