--- title: GetLastActiveElement --- ## Summary Returns the last active target element before the current KMW operation. ## Syntax ``` keyman.GetLastActiveElement(); ``` ### Parameters None. ### Return Value `Element` : The requested element. ### Replaced By [`keyman.getLastActiveElement()`](../core/getLastActiveElement)