interface IRtButtonModel
Derived interfaceesIRtButton
image가 shape보다 우선한다.
즉, image와 shape 속성이 모두 설정되면 shape 설정은 무시된다.
See Also
Events
Properties
- className:
string
optional버튼에 적용되는 css 클래스. - disabled:
boolean
optionaldisabled - 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: CSSStyles optional
버튼에 적용되는 스타일 셋.