DynamicPropsManager

Takes care of dynamic Props

Usage from DynamicPropsExtension

Unique per DynamicPropsExtension instance, which calls onBindComponentToContent and {#link onUnbindComponent} when it binds and unbinds Components respectively.

When Component is being bound, a DynamicPropsManager subscribes to DynamicValues that its represent dynamic props, and keeps the mounted content the Components is rendered into in sync with get until the Component gets unbound, at which point, the DynamicPropsManager unsubscribes from the DynamicValues.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val KEY_ALPHA: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val KEY_ROTATION: Int = 8
Link copied to clipboard
val KEY_SCALE_X: Int = 4
Link copied to clipboard
val KEY_SCALE_Y: Int = 5
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun onValueChange(value: DynamicValue)
Called when a view has been clicked.