Interface: PolylineProps
Properties
endArrow
• Optional
endArrow: boolean
화살표 여부
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:16
onClick
• Optional
onClick: (target
: Polyline
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
클릭하면 발생한다.
Parameters
Name | Type |
---|---|
target | Polyline |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:69
onCreate
• Optional
onCreate: (target
: Polyline
) => void
Type declaration
▸ (target
): void
객체 생성시 호출 됩니다.
Parameters
Name | Type |
---|---|
target | Polyline |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:76
onMousedown
• Optional
onMousedown: (target
: Polyline
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스 버튼을 누르면 발생한다.
Parameters
Name | Type |
---|---|
target | Polyline |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:62
onMousemove
• Optional
onMousemove: (target
: Polyline
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스를 움직이면 발생한다.
Parameters
Name | Type |
---|---|
target | Polyline |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:55
onMouseout
• Optional
onMouseout: (target
: Polyline
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스 커서가 벗어나면 발생한다.
Parameters
Name | Type |
---|---|
target | Polyline |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:48
onMouseover
• Optional
onMouseover: (target
: Polyline
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스 커서를 올리면 발생한다.
Parameters
Name | Type |
---|---|
target | Polyline |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:41
path
• path: LatLng
[] | LatLng
[][]
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:12
strokeColor
• Optional
strokeColor: string
#xxxxxx 형태의 선 색 (기본값: ‘#F10000’)
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:24
strokeOpacity
• Optional
strokeOpacity: number
선 불투명도 (0-1) (기본값: 0.6)
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:28
strokeStyle
• Optional
strokeStyle: StrokeStyles
선 스타일 (기본값: ‘solid’)
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:32
strokeWeight
• Optional
strokeWeight: number
픽셀 단위의 선 두께 (기본값: 3)
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:20
zIndex
• Optional
zIndex: number
선의 z-index 속성 값
Defined in
packages/react-kakao-maps-sdk/src/components/Polyline.tsx:36