blockly > الأحداث > VIEWPORT_CHANGE
متغيّر Events.VIEWPORT_CHANGE
Signature:
VIEWPORT_CHANGE = "viewport_change"
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-11 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-11 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`Events.VIEWPORT_CHANGE` is a variable representing the event type for changes to the Blockly workspace viewport."],["This event is triggered when the workspace is scrolled or zoomed, indicating a change in the visible area of the workspace."],["The `VIEWPORT_CHANGE` variable holds the string value \"viewport_change\" for easy identification and use within event handling logic."]]],["The `VIEWPORT_CHANGE` variable, found within the Blockly Events namespace, is defined as a string constant equal to \"viewport_change\". It represents a specific event type related to changes in the viewport. This event type's identifier is directly assigned the string value \"viewport_change\", serving as a unique label for this particular kind of viewport-related event within the Blockly environment.\n"]]