Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/scheduler/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ The following table lists Scheduler parameters, which are not discussed elsewher
| `Height` | `string` | A `height` style in [any supported unit]({%slug common-features/dimensions%}). |
| `Width` | `string` | A `width` style in [any supported unit]({%slug common-features/dimensions%}). |

## Scheduler Reference and Methods

To execute Scheduler methods, obtain reference to the component instance with `@ref`.

| Method | Description |
|---------|-------------|
| `Rebind` | Refreshes the component data. |
| `Refresh` | Use the method to programmatically re-render the Scheduler. |

## Next Steps

Expand Down