@sqlrooms/cells / findArtifactIdForCell
Function: findArtifactIdForCell()
findArtifactIdForCell(
state,cellId):string|undefined
Finds the artifact ID that contains the given cell ID.
Parameters
| Parameter | Type |
|---|---|
state | Pick<CellsRootState, "cells"> |
cellId | string |
Returns
string | undefined
