Core API Overview > @adpt/core > Adapt > ActOptions
Adapt.ActOptions interface
Signature:
export interface ActOptions
Properties
Property | Type | Description |
---|---|---|
builtElements | AdaptMountedElement [] | |
concurrency | number | |
deployOpID | DeployOpID | |
dryRun | boolean | |
goalStatus | GoalStatus | |
pollDelayMs | number | |
processStateUpdates | () => Promise<{ stateChanged: boolean; }> | |
taskObserver | TaskObserver | |
timeoutMs | number |