blockly > blockRendering > MarkerSvg > positionPrevious_

block렌더링.MarkerSvg.positionPrevious_() 메서드

이전 연결의 마커를 배치합니다. 상단에 노치가 있는 반 직사각형을 표시하여 이전 연결을 나타냅니다.

Signature:

protected positionPrevious_(width: number, markerOffset: number, markerHeight: number, connectionShape: Notch): void;

매개변수

매개변수 유형 설명
너비 숫자 블록의 너비입니다.
markerOffset 숫자 블록 주위의 마커 오프셋입니다.
markerHeight 숫자 마커의 높이입니다.
connectionShape 노치 연결을 위한 도형 객체입니다.

반환:

void