Liking cljdoc? Tell your friends :D
ClojureScript only.

ag-grid-cljs.impl.registry

GENERATED — do not edit by hand. Regenerate with tools/codegen on an AG Grid dependency bump (see tools/codegen/extract.mjs, ADR 0007).

The dev-only catalog of AG Grid option/event keys powering typo warnings and the kebab<->camel reference table. The runtime conversion (ADR 0005) never consults it — camelization is a deterministic algorithm. Only :initial? is load-bearing beyond dev warnings: it is the options differ's sole updatable-vs-initial-only classifier (ADR 0008).

The registry value is guarded by ^boolean goog.DEBUG so :advanced compilation with {goog.DEBUG false} dead-code-eliminates the whole literal from production builds. Reference it ONLY from goog.DEBUG-guarded code to keep that true.

GENERATED — do not edit by hand. Regenerate with tools/codegen on an AG Grid
dependency bump (see tools/codegen/extract.mjs, ADR 0007).

The dev-only catalog of AG Grid option/event keys powering typo warnings and
the kebab<->camel reference table. The runtime conversion (ADR 0005) never
consults it — camelization is a deterministic algorithm. Only :initial? is
load-bearing beyond dev warnings: it is the options differ's sole
updatable-vs-initial-only classifier (ADR 0008).

The registry value is guarded by ^boolean goog.DEBUG so :advanced compilation
with {goog.DEBUG false} dead-code-eliminates the whole literal from production
builds. Reference it ONLY from goog.DEBUG-guarded code to keep that true.
raw docstring

registrycljs

Rich key registry, pinned to a single AG Grid version. Blocks: :grid-options / :col-def / :col-group-def / :events, plus :ag-grid-version. Per-key shape {:camel :type :default :initial? :deprecated :doc}; :default, :initial?, :deprecated and :doc are present only when AG Grid declares them. nil in production builds (goog.DEBUG false → DCE).

Rich key registry, pinned to a single AG Grid version. Blocks:
:grid-options / :col-def / :col-group-def / :events, plus :ag-grid-version.
Per-key shape {:camel :type :default :initial? :deprecated :doc}; :default,
:initial?, :deprecated and :doc are present only when AG Grid declares them.
nil in production builds (goog.DEBUG false → DCE).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close