Page 1 Heading 1 --------- Heading 2 --------- ### Heading 3 ``` class Foo { hoistedNoteChangedEvent({ ntxId }) { if (this.isNoteContext(ntxId)) { this.refresh(); } } } ``` Page 2