dart/core/js/input_ime library
Classes
Extension Types
- AssistiveWindowProperties
- ClearCompositionParameters
- CommitTextParameters
- DeleteSurroundingTextParameters
- Event
- InputContext
- JSInputIme
- KeyboardEvent
- MenuItem
- MenuParameters
- OnAssistiveWindowButtonClickedDetails
- OnSurroundingTextChangedSurroundingInfo
- SendKeyEventsParameters
- SetAssistiveWindowButtonHighlightedParameters
- SetAssistiveWindowPropertiesParameters
- SetCandidatesParameters
- SetCandidatesParametersCandidates
- SetCandidatesParametersCandidatesUsage
- SetCandidateWindowPropertiesParameters
- SetCandidateWindowPropertiesParametersProperties
- SetCompositionParameters
- SetCompositionParametersSegments
- SetCursorPositionParameters
Extensions
Typedefs
- AssistiveWindowButton = String
- ID of buttons in assistive window.
- AssistiveWindowType = String
- Type of assistive window.
- AutoCapitalizeType = String
- The auto-capitalize type of the text field.
- InputContextType = String
- Type of value this text field edits, (Text, Number, URL, etc)
- KeyboardEventType = String
- MenuItemStyle = String
- The type of menu item. Radio buttons between separators are considered grouped.
- MouseButton = String
- Which mouse buttons was clicked.
- ScreenType = String
- The screen type under which the IME is activated.
- UnderlineStyle = String
- The type of the underline to modify this segment.
- WindowPosition = String
- Where to display the candidate window. If set to 'cursor', the window follows the cursor. If set to 'composition', the window is locked to the beginning of the composition.