Home > @zero-dim/designer > findAndModifyById
findAndModifyById() function
根据targetId搜索nodes的节点,修改targetId节点的值
Signature:
typescript
export declare function findAndModifyById(nodes: any, targetId: any, callback: any): any;
Parameters
Parameter | Type | Description |
---|---|---|
nodes | any | |
targetId | any | |
callback | any |
any