Backstage
Docs
Github
Preparing search index...
@backstage/frontend-plugin-api
Extension
Interface Extension<TConfig, TConfigInput>
interface
Extension
<
TConfig
,
TConfigInput
=
TConfig
>
{
$$type
:
"@backstage/Extension"
;
attachTo
:
ExtensionAttachTo
;
configSchema
?:
PortableSchema
<
TConfig
,
TConfigInput
>
;
disabled
:
boolean
;
id
:
string
;
}
Type Parameters
TConfig
TConfigInput
=
TConfig
Index
Properties
$$type
attach
To
config
Schema?
disabled
id
Properties
$$type
$$type
:
"@backstage/Extension"
Readonly
attach
To
attachTo
:
ExtensionAttachTo
Optional
Readonly
config
Schema
configSchema
?:
PortableSchema
<
TConfig
,
TConfigInput
>
Readonly
disabled
disabled
:
boolean
Readonly
id
id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$$type
attach
To
config
Schema
disabled
id
Docs
Github
Backstage
Loading...