RealGrid2 API
Interface
PopupMenuItem

PopupMenuItem

마우스 오른쪽 클릭을 통해 표시되는 팝업 메뉴 아이템의 설정 모델

PopupMenu 참조

[상위 클래스]

PopupMenuBase

Signature:

export interface PopupMenuItem extends PopupMenuBase 

Extends: PopupMenuBase

Events

PropertyTypeDescription
callbackMenuItemClick메뉴 아이템을 클릭했을 때 호출되는 콜백

Properties

PropertyTypeDescription
checkedboolean체크 여부
groupstring그룹 명 type이 radio인 경우 동일 그룹으로 묶을때 사용한다.
typeMenuItemType메뉴 아이템의 유형

Events Desc

callback

메뉴 아이템을 클릭했을 때 호출되는 콜백

Type - MenuItemClick


Properties Desc

checked

체크 여부

Type - boolean

Remarks:

typecheck 또는 radio 일 때 활성화된다.


group

그룹 명 type이 radio인 경우 동일 그룹으로 묶을때 사용한다.

Type - string


type

메뉴 아이템의 유형

Type - MenuItemType