Skip to content

Commit

Permalink
#131442 - Add isOpen() to IModelDb to make async call safer to sync …
Browse files Browse the repository at this point in the history
…api in IModeDb.ts
  • Loading branch information
khanaffan committed Jun 11, 2019
1 parent 7e34b67 commit 673f3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/api/imodeljs-backend.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,8 @@ export class IModelDb extends IModel {
importSchema(requestContext: ClientRequestContext | AuthorizedClientRequestContext, schemaFileName: string): Promise<void>;
// @internal (undocumented)
insertCodeSpec(codeSpec: CodeSpec): Id64String;
// @internal
readonly isOpen: boolean;
readonly isReadonly: boolean;
// @deprecated
readonly isStandalone: boolean;
Expand Down

0 comments on commit 673f3a0

Please sign in to comment.