fn
position
testedConstruct a Position.
Signature
ts
export function position(blockId: string, offset: number): Position{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
blockId | string | — |
offset | number | — |
Returns
Position| Property | Type | Description |
|---|---|---|
blockId | string | — |
offset | number | — |