interface IRtButton
기본 버튼 모델에 표시 여부, 상태 및 클릭 이벤트 등을 지정할 수 있도록 확장된 모델.
See Also
Events
Properties
- onClick: (args: {control: RtListControl, button: IRtButton}) =>
boolean
optionalProperties of argsproperty type i/o opt description control RtListControl in N 리스트 컨트롤. button IRtButton in N 클릭된 버튼 모델. 버튼 클릭 시 호출되는 콜백.
명시적으로true
를 리턴하면 클릭 이 후 실행할 일이 중지된다. - state:
any
optional버튼 상태. - type: RtButtonType optional
버튼 종류. - visible:
boolean
optional버튼 표시 여부.
Inherited Properties
- IRtButtonModel.name
- IRtButtonModel.style
- IRtButtonModel.label
- IRtButtonModel.labelPosition
- IRtButtonModel.shape
- IRtButtonModel.shapeWidth
- IRtButtonModel.shapeHeight
- IRtButtonModel.imageUrl
- IRtButtonModel.imageWidth
- IRtButtonModel.imageHeight
- IRtButtonModel.enabled