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