Interface PositionSettings

Properties

closeAnimation?: AnimationReferenceMetadata

Animation applied while overlay closes

horizontalDirection?: HorizontalAlignment

Direction in which the component should show

horizontalStartPoint?: HorizontalAlignment

Target's starting point

minSize?: Size

The size up to which element may shrink when shown in elastic position strategy

openAnimation?: AnimationReferenceMetadata

Animation applied while overlay opens

target?: HTMLElement | Point

Attaching target for the component to show

Deprecated

in version 10.2.0. Set the target point/element in the overlay settings instead

verticalDirection?: VerticalAlignment

Direction in which the component should show

verticalStartPoint?: VerticalAlignment

Target's starting point