@custouch/jssdk
Preparing search index...
kit/ca
CAKit
Class CAKit
Index
Constructors
constructor
Properties
_config
app
Id?
base
Url
cid
collect
Request
request
Methods
Collect
config
get
Page
Content
Info
Request
Collect
Constructors
constructor
new
CAKit
(
params
:
{
appId
?:
string
;
collectBaseUrl
?:
string
;
token
?:
string
}
,
)
:
CAKit
Parameters
params
:
{
appId
?:
string
;
collectBaseUrl
?:
string
;
token
?:
string
}
Returns
CAKit
Properties
Readonly
_config
_config
:
Record
<
string
,
string
>
= ...
Optional
app
Id
appId
?:
string
base
Url
baseUrl
:
string
= ...
cid
cid
:
string
= ...
collect
Request
collectRequest
:
FetchRequest
request
request
:
FetchRequest
Methods
Collect
Collect
(
event
:
CollectEvent
)
:
Promise
<
void
>
Parameters
event
:
CollectEvent
Returns
Promise
<
void
>
config
config
(
option
?:
Partial
<
Record
<
string
,
string
>
>
)
:
Record
<
string
,
string
>
Parameters
Optional
option
:
Partial
<
Record
<
string
,
string
>
>
Returns
Record
<
string
,
string
>
get
Page
Content
Info
getPageContentInfo
(
params
:
{
title
:
string
;
type
?:
keyof ActionView
}
&
Record
<
string
,
undefined
|
string
,
>
,
)
:
Record
<
string
,
string
>
Parameters
params
:
{
title
:
string
;
type
?:
keyof ActionView
}
&
Record
<
string
,
undefined
|
string
>
Returns
Record
<
string
,
string
>
Request
Collect
RequestCollect
(
params
:
{
title
:
string
;
type
?:
keyof ActionView
}
&
Record
<
string
,
undefined
|
string
,
>
,
)
:
Promise
<
void
>
Parameters
params
:
{
title
:
string
;
type
?:
keyof ActionView
}
&
Record
<
string
,
undefined
|
string
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_config
app
Id
base
Url
cid
collect
Request
request
Methods
Collect
config
get
Page
Content
Info
Request
Collect
@custouch/jssdk
Loading...