@kaguyajs/trss-yunzai-types
Preparing search index...
HandlerConfig
Interface HandlerConfig
interface
HandlerConfig
{
fn
?:
(
...
args
:
any
[]
)
=>
any
;
key
?:
string
|
string
[]
;
}
Index
Properties
fn?
key?
Properties
Optional
fn
fn
?:
(
...
args
:
any
[]
)
=>
any
处理函数
Optional
key
key
?:
string
|
string
[]
handler 支持的 key(可为字符串或字符串数组)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fn
key
@kaguyajs/trss-yunzai-types
Loading...
处理函数