Backstage
Docs
Github
Preparing search index...
@backstage/frontend-plugin-api
IconsApi
Interface IconsApi
API for accessing app icons.
interface
IconsApi
{
getIcon
(
key
:
string
)
:
IconComponent
|
undefined
;
listIconKeys
()
:
string
[]
;
}
Index
Methods
get
Icon
list
Icon
Keys
Methods
get
Icon
getIcon
(
key
:
string
)
:
IconComponent
|
undefined
Parameters
key
:
string
Returns
IconComponent
|
undefined
list
Icon
Keys
listIconKeys
()
:
string
[]
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Icon
list
Icon
Keys
Docs
Github
Backstage
Loading...
API for accessing app icons.