Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010235
delegate-listener.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
364 B
Referenced Files
None
Subscribers
None
delegate-listener.ts
View Options
import
{
CollectionEvent
,
CollectionCallback
}
from
"../chip-types/collection"
;
import
{
App
}
from
"../main"
;
export
class
EventDescription
{
constructor
(
public
collection_name
:
string
,
public
event_name
:
CollectionEvent
)
{}
attachTo
(
app
:
App
,
callback
:
CollectionCallback
)
{
app
.
collections
[
this
.
collection_name
].
on
(
this
.
event_name
,
callback
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Wed, May 7, 19:38 (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
635108
Default Alt Text
delegate-listener.ts (364 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment