Function
| Static Public Summary | ||
| public |
TypesAndValues(s: *): undefined[] |
|
| public |
mountedState(observable: *, componentClass: *): {"mount": *, "unmount": *} |
|
| public |
referenceModel(model: *, id: *): * |
|
| public |
register(models: *): * |
|
| public |
stateOnEffect(observable: {}, objectPattern1: {"useState": *, "useEffect": *}): * |
|
Static Public
public TypesAndValues(s: *): undefined[] source
import TypesAndValues from 'observabubble/props/classes/schema.js'Params:
| Name | Type | Attribute | Description |
| s | * |
public mountedState(observable: *, componentClass: *): {"mount": *, "unmount": *} source
import mountedState from 'observabubble/props/react/mountedState.js'Params:
| Name | Type | Attribute | Description |
| observable | * | ||
| componentClass | * |
Return:
| {"mount": *, "unmount": *} |
public referenceModel(model: *, id: *): * source
import {referenceModel} from 'observabubble/props/containers/models.js'Params:
| Name | Type | Attribute | Description |
| model | * | ||
| id | * |
Return:
| * |
public register(models: *): * source
import {register} from 'observabubble/props/containers/models.js'Params:
| Name | Type | Attribute | Description |
| models | * |
Return:
| * |
public stateOnEffect(observable: {}, objectPattern1: {"useState": *, "useEffect": *}): * source
import stateOnEffect from 'observabubble/props/react/stateOnEffect.js'Params:
| Name | Type | Attribute | Description |
| observable | {} |
|
|
| objectPattern1 | {"useState": *, "useEffect": *} |
|
Return:
| * |
