Returns a promise that will resolve once the parcel has been bootstrapped.
Returns a promise that will resolve once the parcel has been loaded.
Returns a promise that will resolve once the parcel has been mounted. This is helpful for knowing exactly when a parcel has been appended to the DOM
Returns a promise that will resolve once the parcel has been unmounted.
Optional
updateAllows you to change the props passed into a parcel. Note that not all parcels support being updated. The update function returns a promise that resolves when the parcel is finished updating. See other documentation and example for more information.
Generated using TypeDoc
Parcel object, similar to
React.Element
with the only difference that it is mutable. While ParcelConfig is aReact.Component
.