PopupMenuItem
마우스 오른쪽 클릭을 통해 표시되는 팝업 메뉴 아이템의 설정 모델
PopupMenu 참조
[상위 클래스]
Signature:
export interface PopupMenuItem extends PopupMenuBase
Extends: PopupMenuBase
Events
Property | Type | Description |
---|---|---|
callback | MenuItemClick | 메뉴 아이템을 클릭했을 때 호출되는 콜백 |
Properties
Property | Type | Description |
---|---|---|
checked | boolean | 체크 여부 |
group | string | 그룹 명 type이 radio 인 경우 동일 그룹으로 묶을때 사용한다. |
type | MenuItemType | 메뉴 아이템의 유형 |
Events Desc
callback
메뉴 아이템을 클릭했을 때 호출되는 콜백
Type
- MenuItemClick
Properties Desc
checked
체크 여부
Type
- boolean
Remarks:
type 이 check 또는 radio 일 때 활성화된다.
group
그룹 명 type이 radio
인 경우 동일 그룹으로 묶을때 사용한다.
Type
- string
type
메뉴 아이템의 유형
Type
- MenuItemType