blockly > FieldNavigationPolicy
FieldNavigationPolicy class
Set of rules controlling keyboard navigation from a field.
Signature:
export declare class FieldNavigationPolicy implements INavigationPolicy<Field<any>>
Implements: INavigationPolicy<Field<any>>
Methods
Method | Modifiers | Description |
|---|---|---|
Returns null since fields do not have children. | ||
Returns the next field or input following the given field. | ||
Returns the parent block of the given field. | ||
Returns the field or input preceding the given field. | ||
Returns whether the given object can be navigated from by this policy. | ||
Returns whether or not the given field can be navigated to. |