blockly > FieldNavigationPolicy > getNextSibling

Metoda FieldNavigationPolicy.getNextSibling()

Zwraca następne pole lub dane po danym polu.

Podpis:

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

Parametry

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

Zwroty:

IFocusableNode | null

Następne pole lub dane w bloku danego pola.