MCPcopy
hub / github.com/visgl/deck.gl / update

Function update

test/modules/core/lib/deck.spec.ts:815–822  ·  view source on GitHub ↗
(props = {})

Source from the content-addressed store, hash-verified

813 });
814
815 function update(props = {}) {
816 return new Promise(resolve => {
817 deck.setProps({
818 ...props,
819 onAfterRender: resolve
820 });
821 });
822 }
823
824 await update();
825 // @ts-expect-error Accessing private member

Callers 1

deck.spec.tsFile · 0.70

Calls 1

setPropsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…