PositionableElement specification
This is the engineering specification for the PositionableElement
abstract type.
Overview
A positionable element has a position property.
MVP
Expose a PositionableElement abstract type
public protocol PositionableElement
Expose reactive properties
All properties should be constant.
protocol PositionableElement {
let position: ReactiveProperty<Point>
}