API/Qubee
Qubee
src/types/qubee.type.tstype
What createQubee returns: the three objects, already wired together.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
builder |
QueryBuilder |
Builds query URIs. Mutates the shared store. |
paginator |
Paginator |
Parses responses and syncs page metadata back into the shared store. |
store |
QubeeStore |
The state both of the above read and write. Subscribe to it for reactivity. |
