--- title: getLastActiveTextStore --- ## Summary Get the currently or most recently focused text store. This is for use by IME keyboards, to allow for more complex focus interactions when clicking IME elements. ## Syntax ```js keyman.interface.getLastActiveTextStore(); KeymanWeb.getLastActiveTextStore(); ``` ### Parameters None. ### Return Value `TextStore` : The last active text store.