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