@custouch/jssdk
Preparing search index...
service/member
GetActionBaseOptions
Type Alias GetActionBaseOptions<T>
GetActionBaseOptions
:
Partial
<
{
from
:
string
;
key
:
string
;
to
:
string
;
types
:
(
keyof
T
)
[]
;
uaId
:
string
;
value
:
T
[
keyof
T
]
;
}
,
>
行为记录的查询参数
Type Parameters
T
extends
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@custouch/jssdk
Loading...
行为记录的查询参数