API reference

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

I

interfaceUIFillBackground

@codexo/exojs / ui / stable

Vector background: a rounded rectangle with an optional stroked border.

5
props
0
methods
0
events
Import
import { UIFillBackground } from '@codexo/exojs'

Vector background: a rounded rectangle with an optional stroked border.

Properties5
borderWidth: number
Border thickness in pixels; 0 draws no border.
cornerRadius: number
Corner radius in pixels, clamped to half the widget's smaller side.
kind: "fill"
Source