blockly > FieldNavigationPolicy > getPreviousSibling

Metoda FieldNavigationPolicy.getPreviousSibling()

Zwraca pole lub dane poprzedzające dane pole.

Podpis:

getPreviousSibling(current: Field<any>): IFocusableNode | null;

Parametry

Parametr Typ Opis
obecnie Field<any> Pole, z którego chcesz się przełączyć.

Zwroty:

IFocusableNode | null

Poprzednie pole lub dane w bloku danego pola.