Warren Buckley
04/07/2024, 7:45 PM#openMyThing(){}
or private openMyThing(){}
Warren Buckley
04/07/2024, 7:45 PMMarkus Johansson
04/08/2024, 6:25 AMNiels Lyngsø
04/08/2024, 7:09 AM(this as any).myPrivate = 'you got hacked';
But notice in Backoffice land/ aka. Lit land. there is a thing to be aware about, cause if you like your private property to be reactive, with the Lit-decorators, either @property() or @state() then they cannot be native Private(#) cause then Lit cant bind to it. so this is one of the reasons why you will see a mix in our examples and the core code. 🙂Warren Buckley
04/08/2024, 7:54 AMWarren Buckley
04/08/2024, 7:54 AMWarren Buckley
04/08/2024, 7:55 AM