PositionAxis

Specifies the positional axis for UI components like Toast. This interface defines configurable positioning options along the X and Y axes.

Props

The following table outlines the props for the PositionAxis:

NameTypeDefaultDescription
xAxis
PositionX | string
'Left'

Specifies position on the X-Axis, accepts string or number.

yAxis
PositionY | string
'Top'

Specifies position on the Y-Axis, accepts string or number.