f.Frame.popUp().setTargetPack()
f.Frame.popUp().setTargetPack(sectors)
개요
파라미터
파라미터명
필수여부
타입
제약사항
설명
예시
// 팝업을 열기 전 다른 Pack을 연결해줍니다.
let scenarioID =_collections.activeSector.scenarioid;
let stepID = _collections.activeSector.stepid;
let referPackID = _collections.activeSector.referPackID;
let pop = f.Frame.popUp(scenarioID,stepID);
pop.setTargetPack(referPackID);
pop.show();Last updated
Was this helpful?