Searched refs:noteId (Results 1 – 5 of 5) sorted by relevance
514 state.currentSelection.noteId = id;520 selection.noteId !== undefined) {521 this.removeNote(state, {id: selection.noteId});605 state.currentSelection.noteId === args.id) {606 state.currentSelection.noteId = undefined;771 reSelectArea(state: StateDraft, args: {areaId: string, noteId: string}):776 noteId: args.noteId
41 noteId?: string; property
206 if (curSelection.noteId !== undefined) {212 id: curSelection.noteId,
113 (selection.kind === 'AREA' && selection.noteId === note.id));231 Actions.reSelectArea({areaId: note.areaId, noteId: note.id}));
152 selection.noteId === note.id;