HintsOptions class
The plugin understands the following options (the options object will also be passed along to the hinting function, which may understand additional options).
- Inheritance
-
- Object
- ProxyHolder
- HintsOptions
Constructors
- HintsOptions(JsObject jsProxy)
- HintsOptions.fromProxy(JsObject jsProxy)
-
factory
Properties
- alignWithWord → bool
-
Whether the pop-up should be horizontally aligned with the start of the
word (true, default), or with the cursor (false).
no setter
- closeOnUnfocus → bool
-
When enabled (which is the default), the pop-up will close when the editor
is unfocused.
no setter
- completeSingle → bool
-
Determines whether, when only a single completion is available, it is
completed without showing the dialog. Defaults to true.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsProxy → JsObject?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
String methodName) → dynamic -
inherited
-
callArg(
String methodName, dynamic arg) → dynamic -
inherited
-
callArgs(
String methodName, List args) → dynamic -
inherited
-
dispose(
) → void -
This method should be called if any events listeners were added to the
object.
inherited
-
getOption(
String name) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent<
T> (String eventName, {int argCount = 1}) → Stream< T?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited