Flarum (v1.3.1)
Preparing search index...
@flarum/package-manager
components/Updater
Updater
Class Updater<Attrs>
Type Parameters
Attrs
Hierarchy
unknown
<
Attrs
>
Updater
Index
Constructors
constructor
Properties
is
Loading
last
Update
Check
package
Updates
Accessors
last
Update
Run
Methods
check
For
Updates
get
Core
Update
get
Extension
Updates
oninit
update
Core
Minor
update
Extension
update
Globally
view
Constructors
constructor
new
Updater
<
Attrs
>
()
:
Updater
<
Attrs
>
Type Parameters
Attrs
Returns
Updater
<
Attrs
>
Properties
is
Loading
isLoading
:
string
|
null
= null
last
Update
Check
lastUpdateCheck
:
LastUpdateCheck
= ...
package
Updates
packageUpdates
:
Record
<
string
,
UpdatedPackage
>
= {}
Accessors
last
Update
Run
get
lastUpdateRun
()
:
LastUpdateRun
Returns
LastUpdateRun
Methods
check
For
Updates
checkForUpdates
()
:
void
Returns
void
get
Core
Update
getCoreUpdate
()
:
UpdatedPackage
|
undefined
Returns
UpdatedPackage
|
undefined
get
Extension
Updates
getExtensionUpdates
()
:
any
[]
Returns
any
[]
oninit
oninit
(
vnode
:
Vnode
<
Attrs
,
Updater
<
Attrs
>
>
)
:
void
Parameters
vnode
:
Vnode
<
Attrs
,
Updater
<
Attrs
>
>
Returns
void
update
Core
Minor
updateCoreMinor
()
:
void
Returns
void
update
Extension
updateExtension
(
extension
:
any
)
:
void
Parameters
extension
:
any
Returns
void
update
Globally
updateGlobally
()
:
void
Returns
void
view
view
()
:
(
Element
|
null
)
[]
Returns (
Element
|
null
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
is
Loading
last
Update
Check
package
Updates
Accessors
last
Update
Run
Methods
check
For
Updates
get
Core
Update
get
Extension
Updates
oninit
update
Core
Minor
update
Extension
update
Globally
view
Flarum (v1.3.1)
Loading...