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