BottomMargin
ts
type BottomMargin = object;Defined in: types/toast/toast-config.types.ts:67
Bottom margin definition used for viewport-based alignment. Specifies that the element is aligned to the bottom and provides the margin value as a string.
Since
1.2.1
Author
Simon Kovtyk
Properties
alignment
ts
alignment: typeof BOTTOM;Defined in: types/toast/toast-config.types.ts:67
value
ts
value: string;Defined in: types/toast/toast-config.types.ts:67