blockly > MenuItem > (constructor)
MenuItem.(constructor)
สร้างอินสแตนซ์ใหม่ของคลาส MenuItem
ลายเซ็น:
constructor(content: string | HTMLElement, opt_value?: string | undefined);
พารามิเตอร์
พารามิเตอร์ | ประเภท | คำอธิบาย |
---|---|---|
เนื้อหา | string | HTMLElement | คำบรรยายข้อความที่จะแสดงเป็นเนื้อหาของรายการ หรือองค์ประกอบ HTML ที่จะแสดง |
opt_value | string | undefined | (ไม่บังคับ) ข้อมูล/โมเดลที่เชื่อมโยงกับรายการเมนู |