Page 1 of 1

[INFO REQ] MenuItem without property 'text' into ts file

Posted: Fri Sep 30, 2022 9:18 pm
by luizatslog

MenuItem without property 'text' into ts file


Re: [INFO REQ] MenuItem without property 'text' into ts file

Posted: Fri Sep 30, 2022 10:14 pm
by marcio

Hey luizatslog,

Which version are you using?? In 5.1.4, setting the MenuItem with text didn't trigger any TS issues

// No TS error here
const menuitem = new MenuItem({text: 'Text Selected'})

Re: [INFO REQ] MenuItem without property 'text' into ts file

Posted: Mon Oct 03, 2022 2:09 pm
by luizatslog

Thanks i found here