Skip to content
Filatov Dmitry edited this page Jan 20, 2016 · 14 revisions

update

void update(
    [Function cb],
    [Object cbCtx]
)

Schedules rerender of a component.

isMounted

Boolean isMounted()

Returns whether a component is mounted to the DOM.

setDomRef

VNode setDomRef(
    String ref,
    VNode node
)

Sets a named reference to the given DOM element.

getDomRef

Node getDomRef(
    String ref
)

Returns the DOM element by the given reference.

getContext

Object getContext()

Returns the current context.