{/* TITLE SECTION */}
{isButton ? "\u00A0" : control.name}
{/* CONTROL SECTION */}
{isButton ?
(
control.name.length !== 1 ? (
) : (
)
)
: (isSelect || isAbSwitch || isOnOffSwitch) ? (
this.makeSelect(control, value)
)
: (isGraphicEq) ? (
) : (
)
}
{/* LABEL/EDIT SECTION*/}
{(!(isSelect || isOnOffSwitch || isButton)) &&
(
(isAbSwitch) ? (
{switchText}
) : (
)
)
}
);
}
/*
isSamePointer(PointerEvent