Beignet API reference
Preparing search index...
@beignet/cli
AppMapNode
Type Alias AppMapNode
One declared or inferred application concept in the app-map graph.
type
AppMapNode
=
{
details
?:
Record
<
string
,
unknown
>
;
feature
?:
string
;
id
:
string
;
kind
:
AppMapNodeKind
;
name
:
string
;
runtimeName
?:
string
;
source
:
AppMapSource
;
status
?:
AppMapNodeStatus
;
}
Index
Properties
details?
feature?
id
kind
name
runtime
Name?
source
status?
Properties
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
feature
feature
?:
string
id
id
:
string
kind
kind
:
AppMapNodeKind
name
name
:
string
Optional
runtime
Name
runtimeName
?:
string
source
source
:
AppMapSource
Optional
status
status
?:
AppMapNodeStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
details
feature
id
kind
name
runtime
Name
source
status
Beignet API reference
Loading...
One declared or inferred application concept in the app-map graph.