@yuantest/playwright - v1.2.1
GitHub
npm
正在准备搜索索引...
CausalEdge
接口 CausalEdge
interface
CausalEdge
{
from
:
string
;
to
:
string
;
weight
:
number
;
type
:
|
"depends_on"
|
"shares_resource"
|
"same_environment"
|
"sequential"
|
"correlated_failure"
;
confidence
:
number
;
}
索引
属性
from
to
weight
type
confidence
属性
from
from
:
string
to
to
:
string
weight
weight
:
number
type
type
:
|
"depends_on"
|
"shares_resource"
|
"same_environment"
|
"sequential"
|
"correlated_failure"
confidence
confidence
:
number
显示设置
成员可见性
受保护
继承
配色
自动
浅色
深色
目录
属性
from
to
weight
type
confidence
GitHub
GitHub
npm
@yuantest/playwright - v1.2.1
加载中……