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

f.Frame.topMenu.target

f.Frame.topMenu.target

개요

f.Frame.topMenu.target

예시

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

마지막 업데이트

도움이 되었나요?