Flarum (2.x)
Preparing search index...
@flarum/extension-manager
components/ExtensionCard
IExtensionAttrs
Interface IExtensionAttrs
interface
IExtensionAttrs
{
extension
:
CommonExtension
;
isCore
?:
boolean
;
isDanger
?:
boolean
;
onClickUpdate
?:
|
CallableFunction
|
{
hard
:
CallableFunction
;
soft
:
CallableFunction
}
;
updatable
?:
boolean
;
updates
?:
UpdatedPackage
;
whyNotWarning
?:
boolean
;
[
property
:
string
]:
any
;
}
Hierarchy (
View Summary
)
ComponentAttrs
IExtensionAttrs
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
:
CommonExtension
Optional
is
Core
isCore
?:
boolean
Optional
is
Danger
isDanger
?:
boolean
Optional
on
Click
Update
onClickUpdate
?:
|
CallableFunction
|
{
hard
:
CallableFunction
;
soft
:
CallableFunction
}
Optional
updatable
updatable
?:
boolean
Optional
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 (2.x)
Loading...
Any other virtual element properties, including attributes and event handlers.