PositionSettings

Optional closeAnimation

Section titled "closeAnimation"

Animation applied while overlay closes

closeAnimation?: AnimationReferenceMetadata

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:113

Optional horizontalDirection

Section titled "horizontalDirection"

Direction in which the component should show

horizontalDirection?: HorizontalAlignment

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:101

Optional horizontalStartPoint

Section titled "horizontalStartPoint"

Target's starting point

horizontalStartPoint?: HorizontalAlignment

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:105

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

minSize?: Size

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:115

The offset of the element from the target in pixels

offset?: number

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:117

Optional openAnimation

Section titled "openAnimation"

Animation applied while overlay opens

openAnimation?: AnimationReferenceMetadata

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:110

Optional verticalDirection

Section titled "verticalDirection"

Direction in which the component should show

verticalDirection?: VerticalAlignment

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:103

Optional verticalStartPoint

Section titled "verticalStartPoint"

Target's starting point

verticalStartPoint?: VerticalAlignment

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:107