blockly > serialization > blocks > State > data
ویژگی serialization.blocks.State.data
امضا:
data?: string;
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی."],[[["The `data` property of the `State` interface in Blockly's serialization API is an optional string."],["This property is used to store arbitrary data associated with a block during serialization and deserialization."]]],["The `data` property, within the `serialization.blocks.State` interface, is defined as an optional string (`data?: string`). This indicates that when serializing block states, a string of data can optionally be included as part of the state. This `data` property is specific to the `blocks` namespace within the overall `serialization` module.\n"]]