Home > @unseenco/backstage-core > IProject > ready
IProject.ready property
If @unseenco/backstage/studio is used, this promise would resolve when studio has loaded the state of the project into memory.
If @unseenco/backstage/studio is not used, this promise is already resolved.
Signature:
typescript
readonly ready: Promise<void>;