Variable NotificationPositionConst

NotificationPosition: {
    BottomLeft: "bottom-left";
    BottomRight: "bottom-right";
    TopLeft: "top-left";
    TopRight: "top-right";
} = ...

Type declaration

  • Readonly BottomLeft: "bottom-left"
  • Readonly BottomRight: "bottom-right"
  • Readonly TopLeft: "top-left"
  • Readonly TopRight: "top-right"

Generated using TypeDoc