- onAttachHandler
EventManager!(bool) onAttachHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onDestroyHandler
EventManager!() onDestroyHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onDetachHandler
EventManager!() onDetachHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onLoadHandler
EventManager!(bool) onLoadHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onResizeHandler
EventManager!(size_t, size_t) onResizeHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onStartHandler
EventManager!(Activity) onStartHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdateHandler
EventManager!() onUpdateHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- page
inout(HTMLPage) page [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- activity
inout(Activity) activity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- application
inout(Application) application [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hasObject
bool hasObject [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- jsobject
WeakRef!JSObject jsobject [@property getter]
Undocumented in source.
- jsExpr
string jsExpr [@property getter]
Undocumented in source.
- domObject
auto domObject [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hasId
bool hasId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- html
string html [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- mime
string mime [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- rawResource
const(void)[] rawResource [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- onStart
void onStart(HTMLPage page)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- onAttach
void onAttach(bool isInit)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDetach
void onDetach()
Undocumented in source. Be warned that the author may not have intended to support it.
- onLoad
void onLoad(bool isInit)
Undocumented in source. Be warned that the author may not have intended to support it.
- onResize
void onResize(size_t w, size_t h)
Undocumented in source. Be warned that the author may not have intended to support it.
- staticProps
auto staticProps [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- staticPropsSet
void staticPropsSet(string name, T value)
Undocumented in source.
- staticPropsRemove
void staticPropsRemove(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- inStaticProps
bool inStaticProps(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- __anonymous
mixin JSExprDOMEagerOperators!()
Undocumented in source.
- boundingClientRect
Tuple!(uint, "x", uint, "y", uint, "width", uint, "height") boundingClientRect()
Undocumented in source. Be warned that the author may not have intended to support it.
- posY
uint posY()
Undocumented in source. Be warned that the author may not have intended to support it.
- posX
uint posX()
Undocumented in source. Be warned that the author may not have intended to support it.
- pos
uint[2] pos()
Undocumented in source. Be warned that the author may not have intended to support it.
- width
uint width()
Undocumented in source. Be warned that the author may not have intended to support it.
- height
uint height()
Undocumented in source. Be warned that the author may not have intended to support it.
- onReceiveImmediateMessage
void onReceiveImmediateMessage(ImmediateMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.
EventPipe