MCPcopy
hub / github.com/ag-grid/ag-grid / setGridOption

Function setGridOption

community-modules/core/src/api/coreApi.ts:24–30  ·  view source on GitHub ↗
(
    beans: BeanCollection,
    key: Key,
    value: GridOptions<TData>[Key]
)

Source from the content-addressed store, hash-verified

22}
23
24export function setGridOption<Key extends ManagedGridOptionKey, TData = any>(
25 beans: BeanCollection,
26 key: Key,
27 value: GridOptions<TData>[Key]
28): void {
29 updateGridOptions(beans, { [key]: value });
30}
31
32export function updateGridOptions<TDataUpdate = any>(
33 beans: BeanCollection,

Callers

nothing calls this directly

Calls 1

updateGridOptionsFunction · 0.85

Tested by

no test coverage detected