f.Component().getInputValue()
f.Component(fid, sectorObject).getInputValue()
개요
예시
// 섹터 미지정
const textValue1 = f.Component("f_3").getInputValue();
// 섹터 지정
const textValue2 = f.Component("f_3", sectorObject).getInputValue();활용
Last updated
Was this helpful?