DataLayerOptions interface

Everything dataLayer() needs.

Signature:

export interface DataLayerOptions extends DeriveOptions 

Extends: DeriveOptions

Properties

Property

Modifiers

Type

Description

audit?

DataLayerAudit

(Optional) Where to record writes. Omitted, nothing is recorded.

getActorId

() => string | null

Resolves the id of the actor performing the current write.

log?

QueryLogOptions

(Optional) Statement logging. Omitted, nothing is logged.

resolvers?

Record<string, AccessScopeResolver>

(Optional) One resolver per access level named in scope.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.