Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 881 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 881 Bytes

WrapperArray

A WrapperArray is an object that contains an array of Wrappers, and methods to test the Wrappers.

Properties

wrappers

array (read-only): the Wrappers contained in the WrapperArray

length

number (read-only): the number of Wrappers contained in the WrapperArray

Methods

!!!include(docs/api/wrapper-array/at.md)!!! !!!include(docs/api/wrapper-array/contains.md)!!! !!!include(docs/api/wrapper-array/destroy.md)!!! !!!include(docs/api/wrapper-array/filter.md)!!! !!!include(docs/api/wrapper-array/is.md)!!! !!!include(docs/api/wrapper-array/isEmpty.md)!!! !!!include(docs/api/wrapper-array/isVueInstance.md)!!! !!!include(docs/api/wrapper-array/setData.md)!!! !!!include(docs/api/wrapper-array/setMethods.md)!!! !!!include(docs/api/wrapper-array/setProps.md)!!! !!!include(docs/api/wrapper-array/trigger.md)!!!