isRecord
isRecord(
value):value is Record<string, unknown>
Runtime guards for every branch a renderer has to decide on from a value alone. Each is a structural check on the delivered shape, not a check against a Contract — the SDK never knows which field type a value came from.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”value is Record<string, unknown>