property

suspend fun property(property: Property<*>)(source)

Registers an already constructed Property instance.

This method is useful when properties are created programmatically or shared across multiple features.

If a property with the same name already exists, the behavior depends on the configured PropertyStore implementation.

Parameters

property

the property to register