VIEW_PORT_MARGINS
ts
const readonly VIEW_PORT_MARGINS: object;Defined in: types/toast/toast-config.types.ts:94
Set of viewport margin identifiers used for positioning calculations.
Type Declaration
BOTTOM
ts
readonly BOTTOM: "bottom" = "bottom";LEFT
ts
readonly LEFT: "left" = "left";RIGHT
ts
readonly RIGHT: "right" = "right";TOP
ts
readonly TOP: "top" = "top";Since
1.2.1
Author
Simon Kovtyk