Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
TestItemDTO
Interface TestItemDTO
interface
TestItemDTO
{
busy
:
boolean
;
canResolveChildren
:
boolean
;
children
?:
TestItemDTO
[]
;
description
?:
string
;
error
?:
string
|
MarkdownString
;
id
:
string
;
label
:
string
;
range
?:
Range
;
sortKey
?:
string
;
tags
:
string
[]
;
uri
?:
UriComponents
;
}
Index
Properties
busy
can
Resolve
Children
children?
description?
error?
id
label
range?
sort
Key?
tags
uri?
Properties
Readonly
busy
busy
:
boolean
Readonly
can
Resolve
Children
can
Resolve
Children
:
boolean
Optional
Readonly
children
children
?:
TestItemDTO
[]
Optional
Readonly
description
description
?:
string
Optional
Readonly
error
error
?:
string
|
MarkdownString
Readonly
id
id
:
string
Readonly
label
label
:
string
Optional
Readonly
range
range
?:
Range
Optional
Readonly
sort
Key
sort
Key
?:
string
Readonly
tags
tags
:
string
[]
Optional
Readonly
uri
uri
?:
UriComponents
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
busy
can
Resolve
Children
children
description
error
id
label
range
sort
Key
tags
uri
Theia TypeDoc
Loading...