interface IRtRowCommand
RowCommand 설정 모델.
See Also
Events
Properties
- enabled: (args: {control: RtListControl, command:
string
, row:number
}) =>boolean
optionalProperties of argsproperty type i/o opt description control RtListControl in N 리스트 컨트롤. command string in N 커맨드 이름. row number in N 데이터행 번호. 커맨드 실행 여부 콜백. false
를 리턴하면 run 콜백을 실행하지 않는다. - label:
string
optional커맨드 상자에 표시되는 텍스트. - run: (args: {control: RtListControl, command:
string
, row:number
}) =>void
Properties of argsproperty type i/o opt description control RtListControl in N 리스트 컨트롤. command string in N 커맨드 이름. row number in N 데이터행 번호. 커맨드가 실행되는 커스텀 콜백 함수. - style: StyleOrClass optional
스타일 셋.