PokéRogue
    Preparing search index...

    A basic abstract class to act as a holder and processor for UI elements.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    active: boolean = false
    buttonBgs: NineSlice[]
    buttonContainers: Container[]
    buttonLabels: Text[]
    cancelAction: (() => void) | undefined
    cursor: number = 0
    editing: boolean = false
    errorMessage: Text
    formLabels: Text[] = []
    inputContainers: Container[] = []
    inputs: InputText[] = []
    modalBg: NineSlice
    modalContainer: Container
    mode: number | null
    submitAction: (() => void) | undefined
    titleText: Text
    tween: Tween | undefined

    Methods