Interface SceneRepSetSelectionParams

Declarative selection hints for a representation set.

The model stores this metadata only. It does not store the active representation, because different views can choose different representations at the same time.

interface SceneRepSetSelectionParams {
    hysteresisPixels?: number;
    strategy: "projectedSize";
}

Properties

hysteresisPixels?: number

Optional hysteresis width in pixels for future selection logic.

strategy: "projectedSize"

Selection strategy name.

"projectedSize" means the representation ranges describe projected screen size thresholds.