getFormItemFocusLabel method

dynamic getFormItemFocusLabel()

Implementation

getFormItemFocusLabel() {
  myLogAll('getFormItemFocusLabel');
  return getFormItemFocus()[gLabel] ?? '';
}