RemoveProperty Function
Permanently removes a given custom property from a given object item.
RemoveProperty(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]], propertyKey: string): Promise<void>
Parameters
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the given custom property has been successfully removed from the given object item.
27 March 2025