Skip to content

Home > @unseenco/backstage-core > IProject > isReady

IProject.isReady property

Shows whether the project is ready to be used. Better to use IProject.ready, which is a promise that would resolve when the project is ready.

Signature:

typescript
readonly isReady: boolean;