Skip to content

Commit

Permalink
accept API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Feb 10, 2021
1 parent a339854 commit e110be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Clears the [editor state](./kibana-plugin-plugins-embeddable-public.embeddableed
<b>Signature:</b>

```typescript
clearEditorState(appId: string): void;
clearEditorState(appId?: string): void;
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/embeddable/public/public.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ export class EmbeddableStateTransfer {
// Warning: (ae-forgotten-export) The symbol "ApplicationStart" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "PublicAppInfo" needs to be exported by the entry point index.d.ts
constructor(navigateToApp: ApplicationStart['navigateToApp'], currentAppId$: ApplicationStart['currentAppId$'], appList?: ReadonlyMap<string, PublicAppInfo> | undefined, customStorage?: Storage);
clearEditorState(appId: string): void;
clearEditorState(appId?: string): void;
getAppNameFromId: (appId: string) => string | undefined;
getIncomingEditorState(appId: string, removeAfterFetch?: boolean): EmbeddableEditorState | undefined;
getIncomingEmbeddablePackage(appId: string, removeAfterFetch?: boolean): EmbeddablePackageState | undefined;
Expand Down

0 comments on commit e110be1

Please sign in to comment.