Backstage
Docs
Github
Preparing search index...
@backstage/plugin-catalog-react
index
InspectEntityDialog
Function InspectEntityDialog
InspectEntityDialog
(
props
:
{
entity
:
Entity
;
initialTab
?:
"overview"
|
"ancestry"
|
"colocated"
|
"json"
|
"yaml"
;
onClose
:
()
=>
void
;
onSelect
?:
(
tab
:
string
)
=>
void
;
open
:
boolean
;
}
,
)
:
Element
|
null
A dialog that lets users inspect the low level details of their entities.
Parameters
props
:
{
entity
:
Entity
;
initialTab
?:
"overview"
|
"ancestry"
|
"colocated"
|
"json"
|
"yaml"
;
onClose
:
()
=>
void
;
onSelect
?:
(
tab
:
string
)
=>
void
;
open
:
boolean
;
}
Returns
Element
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
Github
Backstage
Loading...
A dialog that lets users inspect the low level details of their entities.