Namespace: schema

Interfaces

Type Aliases

Align

Ƭ Align: "left" | "center" | "right"


BlendMode

Ƭ BlendMode: "normal" | "add" | "multiply" | "screen"


Easing

Ƭ Easing: "easeNone" | "easeInQuad" | "easeOutQuad" | "easeInOutQuad" | "easeInCubic" | "easeOutCubic" | "easeInOutCubic" | "easeInQuart" | "easeOutQuart" | "easeInOutQuart" | "easeInQuint" | "easeOutQuint" | "easeInOutQuint" | "easeInSine" | "easeOutSine" | "easeInOutSine" | "easeInExpo" | "easeOutExpo" | "easeInOutExpo" | "easeInCirc" | "easeOutCirc" | "easeInOutCirc" | "easeInElastic" | "easeOutElastic" | "easeInOutElastic" | "easeInBack" | "easeOutBack" | "easeInOutBack" | "easeInBounce" | "easeOutBounce" | "easeInOutBounce"


FontStyle

Ƭ FontStyle: "normal" | "italic" | "oblique"


FontVariant

Ƭ FontVariant: "normal" | "small-caps"


FontWeight

Ƭ FontWeight: "normal" | "bold" | "bolder" | "lighter" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900"


Node

Ƭ Node: AnimatedSprite | BitmapText | Container | Custom | Frame | Grid | IFrame | Input | LayoutRef | LinearGradient | Link | ParticleEmitter | RadialGradient | Spine | Sprite | Text | TilingSprite


TextTransform

Ƭ TextTransform: "normal" | "lowercase" | "uppercase"


Vector2

Ƭ Vector2: Object

Type declaration

Name Type
x number
y number