Cancels the part's running options and marks the part as canceled.
partId
Iterates the bound options canceling their evaluations. This doesn't modify the part state.
partID
Remove all parts in the PartManager and reset the Manager's state.
Evaluate the given option, and return whether it evaluated successfully.
The ID of the part to evaluate
The name of the option to evaluate
The last known metadata for the option
Used to cancel the option evaluation
Promise indicating if the evaluation succeeded, errored or was canceled.
Evaluate the options of a part and then render. If nothing is stale this will render the part.
This function is meant for editors that need external access to the options bag. User code should not call this function.
A helper method to check dirtiness.
If a set of conditions are met, then the option must be considered stale. These are changes that would show up in the serialized model, such as unbound option changes or binding expression changes.
Set the binding on an option and update the manager.
Removes all global subscriptions for the given part. This is used when removing the part
part id
Generated using TypeDoc
A flag indicating whether the PartManager currently has any ErrorParts.
This is set by #addPart and cleared by #clearParts or #removePart (if the part removed is the last error part).