Documentation / @zerotal/flow / index / FlashProps
Interface: FlashProps
Defined in: flow/src/components.ts:235
Props for Flash: the default toast position and auto-dismiss duration.
Indexable
[
key:string]:unknown
Properties
position?
optionalposition?:"top-right"|"top-left"|"bottom-right"|"bottom-left"|"top-center"|"bottom-center"
Defined in: flow/src/components.ts:236
duration?
optionalduration?:number
Defined in: flow/src/components.ts:238