| build(root, styles, options) | |
| buildOnce(root, styles, options) | |
| callInstanceMethod(hand, def, methodName, args) | (BETA) Immediately call method on instance pointed to by handle |
| callNextInstanceMethod(hand, def, methodName, args) | (BETA) Immediately call a method on the successor instance of the one pointed to by handle. |
| childrenToArray(propsChildren) | |
| cloneElement(element, props, children) | |
| concatStyles(styles) | Concatenate all of the rules of the given Style elements together into a single Style element that contains all of the rules. Always returns a new Style element and does not modify the Style element parameters. |
| createContext(defaultValue) | |
| createElement(ctor, props, children) | |
| createStateStore(json) | |
| deepFilterElemsToPublic(o) | |
| defaultChildStatus(props, mgr, data) | |
| errorToNoStatus(err) | |
| findElementsInDom(stylesIn, dom) | |
| findPathsInDom(stylesIn, dom) | |
| gqlGetOriginalErrors(err) | |
| handle(name) | User-facing API for creating a Handle |
| hasInstanceMethod(name, skip) | |
| isApplyStyle(el) | |
| isDefaultKey(props) | |
| isDeferredElement(val) | |
| isElement(val) | |
| isHandle(val) | |
| isMountedElement(val) | |
| isMountedPrimitiveElement(elem) | |
| isPrimitiveElement(elem) | |
| isReady(h, e) | |
| mergeDefaultChildStatus(props, parentStatus, mgr, data, transformParentStatus) | |
| noStatusOnError(f) | |
| noTransform(val) | |
| registerObserver(obs, nameIn) | |
| rule(override) | |
| ruleNoRematch(info, elem) | Marks an element returned by a style rule to not rematch that rule. |
| serializeDom(root, options) | |
| stack(stackName, root, style) | |
| throwObserverErrors(results) | |
| useAsync(f, initial) | |
| useBuildHelpers() | |
| useContext(context) | |
| useDependsOn(f) | |
| useDeployedWhen(f) | |
| useImperativeMethods(create) | |
| useInstanceValue(hand, initial, field) | (BETA) Get the value of field from the instance referenced by handled instance. |
| useMethod(hand, method) | (BETA) Call an instance method on the Element that hand refers to. |
| useMethod(hand, initial, method, args) | (BETA) |
| useMethod(hand, method) | (BETA) |
| useMethod(hand, initial, method, args) | (BETA) |
| useMethodFrom(hand, methodName, defaultVal, args) | |
| useReadyFrom(targetHand) | |
| useState(init) | |