For the complete documentation index, see llms.txt. This page is also available as Markdown.

f.MessageBox().setDescription()

f.MessageBox().setDescription(description)

개요

setDescription()를 통해 메세지박스 내용을 설정할 수 있습니다.

파라미터

파라미터명
필수여부
타입
제약사항
설명

description

Yes

String

메세지박스 내용

예시

// Some code
let msgBox = f.MessageBox();
msgBox.setDescription("변경 후 수정할 수 없습니다.");
...
msgBox.show();

마지막 업데이트

도움이 되었나요?