Flarum (v1.8.10)
Preparing search index...
@flarum/extension-manager
components/ExtensionItem
ExtensionItemAttrs
Interface ExtensionItemAttrs
interface
ExtensionItemAttrs
{
extension
:
Extension
;
isCore
?:
boolean
;
isDanger
?:
boolean
;
onClickUpdate
:
|
CallableFunction
|
{
hard
:
CallableFunction
;
soft
:
CallableFunction
}
;
updatable
?:
boolean
;
updates
:
UpdatedPackage
;
whyNotWarning
?:
boolean
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
ExtensionItemAttrs
Indexable
[
property
:
string
]:
any
Any other virtual element properties, including attributes and event handlers.
Index
Properties
extension
is
Core?
is
Danger?
on
Click
Update
updatable?
updates
why
Not
Warning?
Properties
extension
extension
:
Extension
Optional
is
Core
isCore
?:
boolean
Optional
is
Danger
isDanger
?:
boolean
on
Click
Update
onClickUpdate
:
|
CallableFunction
|
{
hard
:
CallableFunction
;
soft
:
CallableFunction
}
Optional
updatable
updatable
?:
boolean
updates
updates
:
UpdatedPackage
Optional
why
Not
Warning
whyNotWarning
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
extension
is
Core
is
Danger
on
Click
Update
updatable
updates
why
Not
Warning
Flarum (v1.8.10)
Loading...
Any other virtual element properties, including attributes and event handlers.