Skip to content

Commit

Permalink
Regenerate defer_rendering extracted (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Nov 12, 2023
1 parent 764d9e3 commit 46eafbc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ default: null
##### shortDescription
A function that is executed when the content is rendered but not yet displayed.

##### param(e): Object
##### param(e): ui/defer_rendering:RenderedEvent
Information about the event.

##### field(e.component): dxDeferRendering
##### field(e.component): {WidgetName}
The UI component's instance.

##### field(e.element): DxElement
#include common-ref-elementparam with { element: "UI component" }

##### field(e.model): any
Model data. Available only if Knockout is used.

---
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ default: null
##### shortDescription
A function that is executed when the content is displayed and animation is completed.

##### param(e): Object
##### param(e): ui/defer_rendering:ShownEvent
Information about the event.

##### field(e.component): dxDeferRendering
##### field(e.component): {WidgetName}
The UI component's instance.

##### field(e.element): DxElement
#include common-ref-elementparam with { element: "UI component" }

##### field(e.model): any
Model data. Available only if Knockout is used.

---
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type: Object
inherits: EventInfo
uid: ui/defer_rendering:RenderedEvent
generateTypeLink:
references: dxDeferRendering.Options.onRendered
---
---
##### shortDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type: Object
inherits: EventInfo
uid: ui/defer_rendering:ShownEvent
generateTypeLink:
references: dxDeferRendering.Options.onShown
---
---
##### shortDescription
Expand Down

0 comments on commit 46eafbc

Please sign in to comment.