# Object component v2.5.0+
Object component function can be realized through object component
# Example
# Configuration
# props
| property | Direction | Type | Default | 
|---|---|---|---|
| rule | Rules for nested components | Array | - | 
| options | Sub-form configuration | Object | - | 
| disabled | Disable | Boolean | false | 
# events
| Event name | Direction | return value | 
|---|---|---|
| change | Triggered after the value changes | - | 
| itemMounted | Triggered after the sub-form is initialized | - | 
| [ field-emitName] | Subform emit event | - | 
