Interface ShowOptionsMargins
interface ShowOptionsMargins { bottom?: number; left?: number; right?: number; top?: number; } Properties
Optional
bottom
bottom?: number
Optional
left
left?: number
Optional
right
right?: number
Optional
top
top?: number