f.Frame.topMenu.button

f.Frame.topMenu.button

개요

f.Frame.topMenu.button

circle-exclamation

예시

// 팝업 생성시 f.Frame.topMenu.button.close을 매개변수로 지정하는 예시힙니다.
let pop = f.Frame.popUp("scenario-test");
pop.setOptions(f.Frame.topMenu.target,f.Frame.topMenu.button.close);
pop.show();

마지막 업데이트

도움이 되었나요?