Inplace API
API documentation for Inplace component
InplaceRoot#
Props#
Defines valid properties in Inplace component.
State#
Defines valid state in Inplace component.
Exposes#
Defines the methods and properties exposed by Inplace component.
Events#
InplaceRootChangeEvent
Event fired when the Inplace's checked state changes.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of Inplace component.
Types#
Instance
Instance of Inplace component.
| values |
|---|
| ComponentInstance<InplaceRootProps, InplaceRootState, InplaceRootExposes> |
InplaceDisplay#
Props#
Defines valid properties in InplaceDisplay component.
Exposes#
Defines the methods and properties exposed by InplaceDisplay component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of InplaceDisplay component.
| name | type | default | description |
|---|---|---|---|
| root | InplaceDisplayPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of InplaceDisplay component.
| values |
|---|
| ComponentInstance<InplaceDisplayProps, InplaceDisplayState, InplaceDisplayExposes> |
InplaceContent#
Props#
Defines valid properties in InplaceContent component.
Exposes#
Defines the methods and properties exposed by InplaceContent component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of InplaceContent component.
| name | type | default | description |
|---|---|---|---|
| root | InplaceContentPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of InplaceContent component.
| values |
|---|
| ComponentInstance<InplaceContentProps, InplaceContentState, InplaceContentExposes> |
useInplace#
Props#
Defines valid properties in useInplace.
State#
Defines valid state in useInplace.
Exposes#
Defines the methods and properties exposed by useInplace.
Events#
useInplaceChangeEvent
Event fired when the checkbox's checked state changes.
Types#
Instance
Instance of useInplace headless.
| values |
|---|
| HeadlessInstance<useInplaceProps, useInplaceState, useInplaceExposes> |