QueryOptions

Struct QueryOptions 

Source
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

Source

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

Source

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

Source

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

Source

pub fn postscript_names(&mut self, val: &JsValue) -> &mut Self

👎Deprecated: Use set_postscript_names() instead.

Methods from Deref<Target = Object>