positioner
Type: Object
How to get positioner?
JavaScript
import { positioner } from 'fds/system';
An object containing all possible directions and extensions used for the positioner components.
Static properties
positioner. DI RE CT IO N_ EA ST
Type: String
Used to position the element to the east of the anchor element (right).
positioner. DI RE CT IO N_ NO RT H
Type: String
Used to position the element to the north of the anchor element (above).
positioner. DI RE CT IO N_ SO UT H
Type: String
Used to position the element to the south of the anchor element (below).
positioner. DI RE CT IO N_ WE ST
Type: String
Used to position the element to the west of the anchor element (left).
positioner. EX TE NS IO N_ BA CK WA RD
Type: String
Used to extend the element backwards, relative to the position. In case of a direction in the east/west the position will be extended to the top. In case of a direction in the north/south the position will be extended to the left.
positioner. EX TE NS IO N_ CE NT ER
Type: String
Used to extend the element in the center, relative to the position. In case of a direction in the east/west the position will be centered on the vertical axis (top/bottom). In case of a direction in the north/south the position will be centered on the horizontal axis (left/right).
positioner. EX TE NS IO N_ FO RW AR D
Type: String
Used to extend the element forwards, relative to the position. In case of a direction in the east/west the position will be extended to the bottom. In case of a direction in the north/south the position will be extended to the right.