Core API Overview > @adpt/core > Adapt
Adapt namespace
Classes
Class | Description |
---|---|
DomError | |
Group | |
WidgetPlugin |
Enumerations
Enumeration | Description |
---|---|
ChangeType | |
DeployOpStatusExt | |
DeployStatus | |
InternalStatus |
Functions
Function | Description |
---|---|
AllOf(h, deps) | |
AnyOf(h, deps) | |
buildPrinter() | |
createDeployment(options) | |
destroyDeployment(optionsIn) | |
domActiveElems(diff) | Given a DomDiff, generated from an old and new DOM, returns an Array of the Elements that will be active if this DomDiff is deployed. That means all of the Elements in the new DOM plus the deleted Elements from the old DOM. |
domDiff(oldDom, newDom, idFunc) | |
domForEach(dom, f) | |
domMap(dom, f) | |
fetchStatus(options) | |
goalToInProgress(stat) | |
isDeployStatus(val) | |
isDomErrorElement(element) | |
isFinalStatus(ds) | |
isGoalStatus(ds) | |
isInProgress(stat) | |
isProxying(stat) | |
isRelation(v) | |
listDeployments(options) | |
logElements(msg, elements, logger) | |
None() | |
Only(h, dep) | |
registerPlugin(plugin) | |
Sequence(props) | Component that deploys its children sequentially. |
toDeployStatus(stat) | |
updateDeployment(options) |
Interfaces
Interface | Description |
---|---|
ActComplete | |
Action | |
ActionChange | Describes the effect an Action has on a specific Element |
ActionInfo | Describes the overall effect that an Action is performing. |
ActOptions | |
BuildOpAscend | |
BuildOpBuildDeferred | |
BuildOpDefer | |
BuildOpDescend | |
BuildOpDone | |
BuildOpElementBuilt | |
BuildOpElementDone | |
BuildOpError | |
BuildOpStart | |
BuildOpStep | |
CreateOptions | |
DeployHelpers | |
DeploymentInfo | |
DestroyOptions | |
DomDiff | |
DomErrorProps | |
ExecuteComplete | |
ExecuteOptions | |
ExecutionPlan | |
ExecutionPlanOptions | |
GroupProps | |
ListOptions | |
ListResponse | |
Observed | |
Plugin | |
PluginConfig | |
PluginManager | |
PluginManagerStartOptions | |
PluginModule | |
PluginObservations | |
PluginOptions | |
PluginRegistration | |
QueryDomain | |
Relation | Relations are used to describe the logic of when an object will be ready. |
RelationExt | |
SequenceProps | Props for Adapt.Sequence(). |
StatusOptions | |
UpdateOptions | |
Waiting | |
WidgetChange | |
WidgetPair |
Namespaces
Namespace | Description |
---|---|
internal | |
JSX |
Variables
Variable | Description |
---|---|
And | |
defaultDomDiffId | |
DeployOpStatus | |
DeployStatusExt | |
Edge | |
False | |
GoalStatus | |
Identity | |
isDependsOn | |
Not | |
Or | |
True | |
Value | |
waiting |
Type Aliases
Type Alias | Description |
---|---|
BoolVal | |
BuildListener | |
BuildOp | |
Defaultize | |
Dependency | |
DependsOn | |
DependsOnMethod | |
DeployedWhenMethod | A function that gives information about whether an Element has finished deploying. |
DeployOpStatus | |
DeployStatusExt | |
DomDiffIdFunc | |
FinalStatus | |
GoalStatus | During a deploy operation for a resource or set of resources, the intended final status for the resource. |
IsDeployedFunc | |
PluginInstances | |
PluginKey | |
PluginModules | |
RelationOp | |
WaitStatus |