blockly > MenuItem > (constructor)

MenuItem क्लास का नया इंस्टेंस बनाता है

हस्ताक्षर:

constructor(content: string | HTMLElement, opt_value?: string | undefined);

पैरामीटर

पैरामीटर टाइप ब्यौरा
कॉन्टेंट string | HTMLElement आइटम के कॉन्टेंट के तौर पर दिखाने के लिए टेक्स्ट कैप्शन या दिखाने के लिए एचटीएमएल एलिमेंट.
opt_value string | undefined (ज़रूरी नहीं) मेन्यू आइटम से जुड़ा डेटा/मॉडल.