addQuery constant

_$NoteEditAddPageQuery const addQuery

Used to transition to the NoteEditAddPage screen.

router.push(NoteEditForm.addQuery(parameters));    // Push page to NoteEditAddPage.
router.replace(NoteEditForm.addQuery(parameters)); // Push page to NoteEditAddPage.

Implementation

static const addQuery = NoteEditAddPage.query;