Plugin class abstract

Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license

Annotations
  • @anonymous
  • @JS()

Constructors

Plugin({String version, void $beforeInit(), void $init(), void $afterInit(), void $redraw(), void $willDestroy()})
factory

Properties

$afterInit ↔ void Function()
Lifecycle hook for 'afterInit' phase.
getter/setter pair
$beforeInit ↔ void Function()
Lifecycle hook for 'beforeInit' phase.
getter/setter pair
$init ↔ void Function()
Lifecycle hook for 'init' phase.
getter/setter pair
$redraw ↔ void Function()
Lifecycle hook for 'redraw' phase.
getter/setter pair
$willDestroy ↔ void Function()
Lifecycle hook for 'willDestroy' phase.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
Version info string for plugin
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited