Skip to content

Documentation / scene / PropEdit

Type Alias: PropEdit

PropEdit = "aabb" | "quaternion" | "proptrack" | "curve1f"

Defined in: libs/scene/src/utility/serialization/types.ts:71

Editor-oriented edit types that augment how a property is presented/edited.

This is orthogonal to PropertyType and is purely an editor hint.

Released under the MIT License.