Skip to content

Commit

Permalink
add def for viewSkeletonDestroy
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 3, 2019
1 parent 10f3c2d commit 1476fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/types/input-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export interface OptionsInputBase {
eventReceive?(arg: { event: EventApi, draggedEl: HTMLElement, view: View }): void
eventLeave?(arg: { draggedEl: HTMLElement, event: EventApi, view: View }): void
viewSkeletonRender?(arg: { el: HTMLElement, view: View }): void
viewSkeletonDestroy?(arg: { el: HTMLElement, view: View }): void
}

export interface ViewOptionsInput extends OptionsInputBase {
Expand Down

0 comments on commit 1476fb0

Please sign in to comment.