blockly > الأحداث > CommentCreateJson
Signature:
export interface CommentCreateJson extends CommentBaseJson
الإضافات: CommentBaseJson
أماكن إقامة
الموقع |
مفاتيح التعديل |
النوع |
الوصف |
ملف JSON |
|
كائن |
|
xml |
|
سلسلة |
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `Events.CommentCreateJson` interface, extending `CommentBaseJson`, is used for handling comment creation events in Blockly."],["This interface includes properties such as `json` (object type) and `xml` (string type) for managing comment data."],["`CommentCreateJson` provides a structured way to represent and process comment creation events within the Blockly framework."]]],["The `CommentCreateJson` interface, extending `CommentBaseJson`, defines the structure for creating comment events. It includes two key properties: `json`, which is of type object, and `xml`, which is of type string. These properties likely represent the JSON and XML representations of the comment data associated with the creation event. The interface outlines how data related to the creation of a comment will be formatted and handled.\n"]]