JSPropertyAttributes

Type Alias JSPropertyAttributes 

Source
pub type JSPropertyAttributes = c_uint;
Available on crate feature JSObjectRef only.
Expand description

A set of JSPropertyAttributes. Combine multiple attributes by logically ORing them together.

See also Apple’s documentation