## getFocusedObject Gets the currently focused object #### Returns: 1. `object` The currently focused object #### Usage: * Gets the currently focused object from the frame, storing it in a variable ```lua local focusedObject = myFrame:getFocusedObject() ```