interface IRtButtonModel
Derived interfacesIRtButton
image가 shape보다 우선한다.
즉, image와 shape 속성이 모두 설정되면 shape 설정은 무시된다.
See Also
Events
Properties
- enabled:
boolean
|
RtButtonEnableCallback optional버튼 활성화 여부.
명시적false
로 지정하거나, 콜백에서 명시적으로false
를 리턴하면 버튼이 비활성된다. - imageHeight:
number
optionalimage 높이. - imageUrl:
string
optional버튼에 표시할 이미지 경로. - imageWidth:
number
optionalimage 너비. - label:
string
optional버튼에 표시되는 텍스트. - labelPosition: RtButtonLabelPosition optional
버튼 텍스트 표시 위치. - name:
string
optional버튼 이름.
리스트컨트롤의 여러 콜백 등에서 버튼을 참조할 때 사용된다. - shape:
string
optionalshape 이름. - shapeHeight:
number
optionalshape 높이
지정하지 않으면 높이와 동일한 크기로 표시된다. - shapeWidth:
number
optionalshape 너비. - style: StyleOrClass optional
버튼에 적용되는 스타일 셋 혹은 className.