libwasm.bindings.WebComponents

Undocumented in source.

Members

Aliases

LifecycleAdoptedCallback
alias LifecycleAdoptedCallback = void delegate(Optional!(Document), Optional!(Document))
Undocumented in source.
LifecycleAttributeChangedCallback
alias LifecycleAttributeChangedCallback = void delegate(string, Optional!(string), Optional!(string), Optional!(string))
Undocumented in source.
LifecycleConnectedCallback
alias LifecycleConnectedCallback = void delegate()
Undocumented in source.
LifecycleDisconnectedCallback
alias LifecycleDisconnectedCallback = void delegate()
Undocumented in source.
LifecycleGetCustomInterfaceCallback
alias LifecycleGetCustomInterfaceCallback = Optional!(JsObject) delegate(Any)
Undocumented in source.

Functions

LifecycleCallbacks_adoptedCallback_Get
LifecycleAdoptedCallback LifecycleCallbacks_adoptedCallback_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_adoptedCallback_Set
void LifecycleCallbacks_adoptedCallback_Set(Handle , LifecycleAdoptedCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_attributeChangedCallback_Get
LifecycleAttributeChangedCallback LifecycleCallbacks_attributeChangedCallback_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_attributeChangedCallback_Set
void LifecycleCallbacks_attributeChangedCallback_Set(Handle , LifecycleAttributeChangedCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_connectedCallback_Get
LifecycleConnectedCallback LifecycleCallbacks_connectedCallback_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_connectedCallback_Set
void LifecycleCallbacks_connectedCallback_Set(Handle , LifecycleConnectedCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_disconnectedCallback_Get
LifecycleDisconnectedCallback LifecycleCallbacks_disconnectedCallback_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_disconnectedCallback_Set
void LifecycleCallbacks_disconnectedCallback_Set(Handle , LifecycleDisconnectedCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_getCustomInterfaceCallback_Get
LifecycleGetCustomInterfaceCallback LifecycleCallbacks_getCustomInterfaceCallback_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LifecycleCallbacks_getCustomInterfaceCallback_Set
void LifecycleCallbacks_getCustomInterfaceCallback_Set(Handle , LifecycleGetCustomInterfaceCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

LifecycleCallbacks
struct LifecycleCallbacks
Undocumented in source.

Meta