Interface: RectangleProps
Properties
bounds
• bounds: Object
Type declaration
Name | Type |
---|---|
ne | LatLng |
sw | LatLng |
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:12
fillColor
• Optional
fillColor: string
#xxxxxx 형태의 채움 색 (기본값: ‘#F10000’)
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:19
fillOpacity
• Optional
fillOpacity: number
채움 불투명도 (0-1) (기본값: 0)
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:23
onClick
• Optional
onClick: (target
: Rectangle
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
클릭하면 발생한다.
Parameters
Name | Type |
---|---|
target | Rectangle |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:76
onCreate
• Optional
onCreate: (target
: Rectangle
) => void
Type declaration
▸ (target
): void
객체 생성시 호출 됩니다.
Parameters
Name | Type |
---|---|
target | Rectangle |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:83
onMousedown
• Optional
onMousedown: (target
: Rectangle
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스 버튼을 누르면 발생한다.
Parameters
Name | Type |
---|---|
target | Rectangle |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:69
onMousemove
• Optional
onMousemove: (target
: Rectangle
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스를 움직이면 발생한다.
Parameters
Name | Type |
---|---|
target | Rectangle |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:62
onMouseout
• Optional
onMouseout: (target
: Rectangle
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스 커서가 벗어나면 발생한다.
Parameters
Name | Type |
---|---|
target | Rectangle |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:55
onMouseover
• Optional
onMouseover: (target
: Rectangle
, mouseEvent
: MouseEvent
) => void
Type declaration
▸ (target
, mouseEvent
): void
마우스 커서를 올리면 발생한다.
Parameters
Name | Type |
---|---|
target | Rectangle |
mouseEvent | MouseEvent |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:48
strokeColor
• Optional
strokeColor: string
#xxxxxx 형태의 선 색 (기본값: ‘#F10000’)
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:31
strokeOpacity
• Optional
strokeOpacity: number
선 불투명도 (0-1) (기본값: 0.6)
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:35
strokeStyle
• Optional
strokeStyle: StrokeStyles
선 스타일 (기본값: ‘solid’)
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:39
strokeWeight
• Optional
strokeWeight: number
픽셀 단위의 선 두께 (기본값: 3)
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:27
zIndex
• Optional
zIndex: number
선의 z-index 속성 값
Defined in
packages/react-kakao-maps-sdk/src/components/Rectangle.tsx:43