eligius
Preparing search index...
IController
Interface IController<T>
interface
IController
<
T
extends
TOperationData
>
{
name
:
string
;
attach
(
eventbus
:
IEventbus
)
:
void
|
Promise
<
any
>
;
detach
(
eventbus
:
IEventbus
)
:
void
;
init
(
operationData
:
T
)
:
void
;
}
Type Parameters
T
extends
TOperationData
Implemented by
EventListenerController
LabelController
LottieController
NavigationController
ProgressbarController
RoutingController
SubtitlesController
Index
Properties
name
Methods
attach
detach
init
Properties
name
name
:
string
Methods
attach
attach
(
eventbus
:
IEventbus
)
:
void
|
Promise
<
any
>
Parameters
eventbus
:
IEventbus
Returns
void
|
Promise
<
any
>
detach
detach
(
eventbus
:
IEventbus
)
:
void
Parameters
eventbus
:
IEventbus
Returns
void
init
init
(
operationData
:
T
)
:
void
Parameters
operationData
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
attach
detach
init
eligius
Loading...