Type Alias VisualEdgeSides
VisualEdgeSides:
| false
| true
| "all"
| "vertical"
| "horizontal"
| { bottom?: boolean; left?: boolean; right?: boolean; top?: boolean }
| false
| true
| "all"
| "vertical"
| "horizontal"
| { bottom?: boolean; left?: boolean; right?: boolean; top?: boolean }
Defines the application of padding computation for visual edge insets for the applyVisualEdgeInsets Svelte action. For absolute positioning any truthy value enables application of visual edge insets.