Home > widget-integration > PositionConfig
PositionConfig interface
Position configuration for dropdown styles.
**Legacy**: Calculated inline in calcPositionSuggestionResult() **New**: Dedicated PositionService with typed config
Signature:
export interface PositionConfig
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
(Optional) Left offset in pixels (optional) | ||
|
number |
Maximum height in pixels | ||
|
"absolute" | "fixed" |
CSS position property | ||
|
number |
(Optional) Right offset in pixels (optional) | ||
|
number |
Top offset in pixels | ||
|
number |
(Optional) Z-index value |