create_property_spec_int

Function create_property_spec_int 

Source
pub const fn create_property_spec_int(
    name: &'static str,
    int: i32,
    attrs: PropertyFlags,
) -> JSPropertySpec
Expand description

Creates a property spec with a name, integer and attributes.