pub struct QueryOptions { /* private fields */ }
Expand description
The QueryOptions
dictionary.
This API requires the following crate features to be activated: QueryOptions
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Implementations§
Source§impl QueryOptions
impl QueryOptions
Sourcepub fn get_postscript_names(&self) -> Option<Array>
pub fn get_postscript_names(&self) -> Option<Array>
Get the postscriptNames
field of this object.
This API requires the following crate features to be activated: QueryOptions
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Source§impl QueryOptions
impl QueryOptions
Sourcepub fn set_postscript_names(&self, val: &JsValue)
pub fn set_postscript_names(&self, val: &JsValue)
Change the postscriptNames
field of this object.
This API requires the following crate features to be activated: QueryOptions
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Source§impl QueryOptions
impl QueryOptions
Sourcepub fn new() -> Self
pub fn new() -> Self
Construct a new QueryOptions
.
This API requires the following crate features to be activated: QueryOptions
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
pub fn postscript_names(&mut self, val: &JsValue) -> &mut Self
set_postscript_names()
instead.