f.Frame.setTitle()
f.Frame.setTitle(title)
개요
f.Frame.setTitle()로 앱 타이틀을 변경할 수 있습니다.
f.Frame은 이벤트 스크립트에서 사용할 수 있으며 디버거에서는 동작하지 않습니다.
파라미터
파라미터명
필수여부
타입
제약사항
설명
title
Yes
String
앱 타이틀
예시
Last updated
Was this helpful?
f.Frame.setTitle(title)
f.Frame.setTitle()로 앱 타이틀을 변경할 수 있습니다.
f.Frame은 이벤트 스크립트에서 사용할 수 있으며 디버거에서는 동작하지 않습니다.
title
Yes
String
앱 타이틀
Last updated
Was this helpful?