ownKeys(target) {
        let data = this.data.shadow.getField(target.$);
        return Object.keys(data);
    }