Skip to content

Commit

Permalink
Add stagingId
Browse files Browse the repository at this point in the history
  • Loading branch information
doolse committed May 28, 2019
1 parent 44068ba commit 2b35471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controls/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ interface ControlApi<T extends object> extends ControlParameters<T> {
xml: XMLDocument;
attachments: Attachment[];
files: FileEntries;
stagingId: string;
userId: string;
editXml: (edit: (doc: XMLDocument) => XMLDocument) => void;
edits: (edits: ItemCommand[]) => Promise<ItemCommandResponse[]>;
Expand All @@ -125,3 +126,5 @@ interface CloudControlRegister {
unmount: (removed: Element) => void
) => void;
}

declare const CloudControl: CloudControlRegister;

0 comments on commit 2b35471

Please sign in to comment.