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