EditorInspectorPlugin. Change the value of a property (3.5.1)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By IPcorp

When overriding a virtual method, we get a series of property values:

func parse_property(object: Object, type: int, path: String, hint: int, hint_text: String, usage: int) -> bool:
    ...

Is it possible to override/change, for example, type? and if so, how?