PopoverPlacement

Placement of a StylishPopover relative to its trigger anchor.

The placement determines which side of the anchor the popover appears on and how it is aligned. For example, Bottom centers the popover horizontally below the anchor, while BottomStart aligns the popover's start edge with the anchor's start edge below it.

Entries

Link copied to clipboard

Above the anchor, centered horizontally.

Link copied to clipboard

Below the anchor, centered horizontally.

Link copied to clipboard

To the start (left in LTR) of the anchor, centered vertically.

Link copied to clipboard

To the end (right in LTR) of the anchor, centered vertically.

Link copied to clipboard

Above the anchor, aligned to the start edge.

Link copied to clipboard

Above the anchor, aligned to the end edge.

Link copied to clipboard

Below the anchor, aligned to the start edge.

Link copied to clipboard

Below the anchor, aligned to the end edge.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.