f.Frame.popUp().show()

f.Frame.popUp().show()

개요

f.Frame.popUp().show()를 통해 팝업을 띄웁니다.

예시

// 팝업을 엽니다.
let scenarioID =_collections.activeSector.scenarioid;
let stepID = _collections.activeSector.stepid;
let pop = f.Frame.popUp(scenarioID,stepID);
pop.show();

Last updated

Was this helpful?