editQuery constant

_$NoteEditPageQuery const editQuery

Used to transition to the NoteEditPage screen.

router.push(NoteForm.editQuery(parameters));    // Push page to NoteEditPage.
router.replace(NoteForm.editQuery(parameters)); // Push page to NoteEditPage.

Implementation

static const editQuery = NoteEditPage.query;