module Names:sig
..end
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.
val get_prop_basename : ?truncate:int -> Property.identified_property -> string
returns the basename of the property.