See: Description
Enum | Description |
---|---|
Feature |
Enum to declare whether a specific feature should be present.
|
Annotation Type | Description |
---|---|
OnPropChanged |
Identifies a method that is called when the prop value is changed and after the component has rendered.
|
Prop |
Annotation used to specify an abstract method that returns a prop.
|
PropDefault |
Annotation used to specify the default value for a prop.
|
PropValidate |
Identifies method that is called when the prop value is specified or changes.
|
ReactComponent |
Annotation used to specify a React component.
|