f.Frame.popUp()
f.Frame.popUp(secnarioID, stepID)
Last updated
Was this helpful?
f.Frame.popUp(secnarioID, stepID)
Last updated
Was this helpful?
Was this helpful?
// scenario-test 시나리오의 Step1 스템으로 팝업을 띄웁니다.
let pop = f.Frame.popUp('scenario-test','Step1');
pop.show()