Skip to content

Commit

Permalink
Merge pull request #2328 from sapphie132/note-config
Browse files Browse the repository at this point in the history
Update NoteConfig type to foundry V10
  • Loading branch information
kmoschcau authored Jun 10, 2023
2 parents d5c63e0 + b3d3061 commit 85a2b84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/foundry/client/apps/placeables/note-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ declare global {

override getData(options?: Partial<Options>): MaybePromise<object>;

activateListeners(html: JQuery<HTMLElement>): void;

protected _onChangeInput(event: JQuery.ChangeEvent<any, any, any, any>): void;

/**
* Update disabled state of the custom icon field.
*/
protected _updateCustomIcon(): void;

/**
* Update the list of pages.
*/
protected _updatePageList(): void;

protected _getSubmitData(updateData?: object | null | undefined): Record<string, unknown>;

protected override _updateObject(event: Event, formData: NoteConfig.FormData): Promise<unknown>;

override close(options?: Application.CloseOptions): Promise<void>;
Expand Down

0 comments on commit 85a2b84

Please sign in to comment.