QML에서 Undefined걸러내기. typeof( ) !== 'undefined' 로 체크 예)if (typeof(item) !== 'undefined'){ item.activationComplete();}