eclipsesource / eclipsesource/tabris-js
android: component properties and events
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### unexpected behavior
when creating a component and defining properties and events to the classes, in certain components it does not receive the event type attributes

```jsx
drawer.append(
true}>
true} />
)
```
the definition of the components are defined like this
```javascript
NativeObject.defineProperties(ComponentOne.prototype, {
myProp: {type: 'string', default: ''}
})
NativeObject.defineEvents(ComponentOne.prototype, ['itemSelected'])
```
while one component receives all its properties, the other does not.
the component receiving the event has to be defined by set and get.
### Environment
- Tabris.js: version: 3.8
- Device: redmi note 8
- OS: MIUI 12.0.3 Android 10
Contributor guide
Assessment
This issue has not been assessed yet.