// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.
///|
#external
pub type PLYCustomProperties
///|
#module("@mizchi/three-mbt/modeling-io")
pub extern "js" fn PLYCustomProperties::PLYCustomProperties() -> PLYCustomProperties = "pLYCustomProperties"
///|
pub extern "js" fn PLYCustomProperties::set(
self : PLYCustomProperties,
attribute : String,
properties : FixedArray[String],
) -> Unit =
#| (self, attribute, properties) => { self[attribute] = properties.slice(); }