Skip to content

Commit 274b025

Browse files
committed
docs(Scheduler): add refresh method documentation
1 parent eeed674 commit 274b025

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/scheduler/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ The following table lists Scheduler parameters, which are not discussed elsewher
133133
| `Height` | `string` | A `height` style in [any supported unit]({%slug common-features/dimensions%}). |
134134
| `Width` | `string` | A `width` style in [any supported unit]({%slug common-features/dimensions%}). |
135135

136+
## Scheduler Reference and Methods
137+
138+
To execute Scheduler methods, obtain reference to the component instance with `@ref`.
139+
140+
| Method | Description |
141+
|---------|-------------|
142+
| `Rebind` | Refreshes the component data. |
143+
| `Refresh` | Use the method to programmatically re-render the Scheduler. |
136144

137145
## Next Steps
138146

0 commit comments

Comments
 (0)