
Constructive options for class 'ellmer::TypeArray`'
Source:R/s7-ellmer_TypeArray.R
opts_ellmer_TypeArray.Rd
These options will be used on objects of class 'ellmer::TypeArray`'.
Usage
opts_ellmer_TypeArray(constructor = c("type_array", "TypeArray", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"TypeArray"
(default): We build the object usingellmer::TypeArray()
."next"
: Use the constructor for the next supported class.