API reference

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

T

typeWidgetAnchor

@codexo/exojs / ui / stable

Anchor position of a widget within its container's box.

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

Anchor position of a widget within its container's box.

Definition1
"bottom" | "bottom-left" | "bottom-right" | "center" | "left" | "right" | "top" | "top-left" | "top-right"
Source