blockly > رویدادها > CommentCollapse > newCollapsed
امضا:
newCollapsed?: boolean | undefined;
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["`newCollapsed` indicates whether the comment is collapsed or expanded after the event."],["This property is optional and might be undefined in certain instances."],["The value of `newCollapsed` is a boolean, where `true` represents a collapsed state and `false` represents an expanded state."],["This property is specifically associated with the `Blockly.Events.CommentCollapse` event, which triggers when a comment's collapsed state changes."]]],["The `newCollapsed` property, found within the `Events.CommentCollapse` class, indicates the new collapsed state of a comment. It is a boolean value, where `true` signifies the comment is now collapsed, and `false` means it is expanded. The property can also be `undefined`, if its state is not determined. It's part of the Blockly events system.\n"]]