UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

56 lines (27 loc) 1.05 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IResizableArrayBindings](./rc-js-util.iresizablearraybindings.md) ## IResizableArrayBindings interface **Signature:** ```typescript export interface IResizableArrayBindings extends IInteropBindings ``` **Extends:** [IInteropBindings](./rc-js-util.iinteropbindings.md) ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [\_resizableArray\_createOne(numberId, size)](./rc-js-util.iresizablearraybindings._resizablearray_createone.md) </td><td> </td></tr> <tr><td> [\_resizableArray\_getDataAddress(numberId, sharedObj)](./rc-js-util.iresizablearraybindings._resizablearray_getdataaddress.md) </td><td> </td></tr> <tr><td> [\_resizableArray\_setSize(numberId, newSize, sharedObj)](./rc-js-util.iresizablearraybindings._resizablearray_setsize.md) </td><td> </td></tr> </tbody></table>