PokéRogue
    Preparing search index...

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

    Hierarchy (View Summary)

    Index
    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
    submitAction: (() => void) | undefined
    titleText: Text
    tween: Tween | undefined