Skip to content
Sheetwrite

Sheetwrite / Documentation

RowBridgeHandler@sheetwrite/core

Callback accepted by imperative and framework adapters.

Callback accepted by imperative and framework adapters.

Declaration

export type RowBridgeHandler<Id extends RowBridgeId = RowBridgeId> = (
projection: RowBridgeProjection<Id>,
) => void;