تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`Slider.onSlide` registers a callback function that is triggered repeatedly as the user interacts with the slider, providing real-time updates on the slider's value."],["This function returns a unique ID that can be used with `unlisten()` to remove the registered callback when it's no longer needed."],["The callback function receives the current value of the slider as an argument, allowing you to perform actions based on the slider's state."]]],["Registers a callback function triggered by slider state changes, particularly during user dragging. The `onSlide` method accepts a callback function as an argument, which receives the slider's current value. It returns a unique ID used to unregister the callback later with `unlisten()`. The method is used on a `ui.Slider` instance and allows repeated invocation of the callback while the slider state changes.\n"]]