Module Property.Names

module Names: sig .. end
Since Oxygen-20120901

val self : State.t
val get_prop_name_id : Property.identified_property -> string
returns a unique name identifying the property. This name is built from the basename of the property.
Change in 19.0-Potassium: new naming scheme, Cf. LegacyNames
val get_prop_basename : ?truncate:int -> Property.identified_property -> string
returns the basename of the property.
Change in 19.0-Potassium: additional truncation parameter