UNPKG
@rontian/egret-robotlegs
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Egret View Integration with RobotlegsJS
@rontian/egret-robotlegs
/
lib
/
robotlegs
/
bender
/
extensions
/
viewManager
/
impl
/
ContainerBindingEvent.d.ts
16 lines
(15 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { Event }
from
"@robotlegsjs/core"
;
/** *
@private
*/
export
declare
class
ContainerBindingEvent
extends
Event
{
static
BINDING_EMPTY:
string
;
/** *
@private
*/
constructor
(
type
:
string
);
/** *
@inheritDoc
*/
clone
(): ContainerBindingEvent; }