API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceUIInsets

@codexo/exojs / ui / stable

Per-edge pixel insets. A skin's insets are layout input, not decoration: they describe the content box a widget positions its content in, so changing them re-lays out the widget rather than only repainting it.

4
props
0
methods
0
events
Import
import { UIInsets } from '@codexo/exojs'

Per-edge pixel insets. A skin's insets are layout input, not decoration: they describe the content box a widget positions its content in, so changing them re-lays out the widget rather than only repainting it.

Properties4
bottom: number
left: number
right: number
top: number
Source