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?