mirror of
https://github.com/gkd-kit/docs.git
synced 2024-11-16 04:22:20 +08:00
perf: type link
This commit is contained in:
parent
d4e331540d
commit
1a66411ce3
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gkd-kit/api",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "a typescript kit for gkd",
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
|
|
|
@ -355,7 +355,7 @@ export interface RawRuleProps extends RawCommonProps {
|
|||
*
|
||||
* 规则匹配后的操作行为
|
||||
*
|
||||
* 在 position 存在的情况下, action 的默认值为 `clickCenter`
|
||||
* 在 {@link position} 存在的情况下, action 的默认值为 `clickCenter`
|
||||
*
|
||||
* @example
|
||||
* `click`
|
||||
|
@ -407,7 +407,7 @@ export interface RawRuleProps extends RawCommonProps {
|
|||
*
|
||||
* 如果计算出的坐标不在屏幕内部, 当作未匹配
|
||||
*
|
||||
* 在 position 存在的情况下, action 的默认值为 `clickCenter`
|
||||
* 在 position 存在的情况下, {@link action} 的默认值为 `clickCenter`
|
||||
*
|
||||
* @version 1.7.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user