MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / setListProps

Function setListProps

src/components/List/RNList.ts:16–22  ·  view source on GitHub ↗
(widget: RNList, newProps: CustomListProps, oldProps: CustomListProps)

Source from the content-addressed store, hash-verified

14 * @ignore
15 */
16export const setListProps = (widget: RNList, newProps: CustomListProps, oldProps: CustomListProps) => {
17
18 const setter: CustomListProps = {
19 };
20 Object.assign(setter, newProps);
21 setViewProps(widget, newProps, oldProps);
22};
23
24/**
25 * @ignore

Callers 1

setPropsMethod · 0.85

Calls 1

setViewPropsFunction · 0.90

Tested by

no test coverage detected