Searched refs:selectedId (Results 1 – 1 of 1) sorted by relevance
63 const selectedId = selection.id; constant65 this.lastSelectedId = selectedId;68 if (selectedId === undefined) return;76 selection.id === selectedId) {82 this.sliceDetails(selectedId as number);91 const selectedId = selection.id; constant113 FROM slice WHERE id = ${selectedId}`));121 promisedDescription = this.describeSlice(selectedId);126 SELECT * FROM ${leafTable} WHERE id = ${selectedId};169 id: selectedId,