Backstage
Docs
Github
Preparing search index...
@backstage/frontend-plugin-api
TranslationRef
Interface TranslationRef<TId, TMessages>
interface
TranslationRef
<
TId
extends
string
=
string
,
TMessages
extends
{
[
key
in
string
]
:
string
}
=
{
[
key
in
string
]
:
string
}
,
>
{
$$type
:
"@backstage/TranslationRef"
;
id
:
TId
;
T
:
TMessages
;
}
Type Parameters
TId
extends
string
=
string
TMessages
extends
{
[
key
in
string
]
:
string
}
=
{
[
key
in
string
]
:
string
}
Index
Properties
$$type
id
T
Properties
$$type
$$type
:
"@backstage/TranslationRef"
id
id
:
TId
T
T
:
TMessages
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$$type
id
T
Docs
Github
Backstage
Loading...