ConfirmDialog API
API documentation for ConfirmDialog component
ConfirmDialogRoot#
Props#
Defines valid properties in ConfirmDialog component.
State#
Defines valid state in ConfirmDialog component.
Exposes#
Defines the methods and properties exposed by ConfirmDialog component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialog component.
Types#
Instance
Instance of ConfirmDialog component.
| values |
|---|
| ComponentInstance<ConfirmDialogRootProps, ConfirmDialogRootState, ConfirmDialogRootExposes> |
ConfirmDialogTrigger#
Props#
Defines valid properties in ConfirmDialogTrigger component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogTrigger component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | Instance of the ConfirmDialog component. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogTrigger component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogTrigger component.
| values |
|---|
| ComponentInstance<ConfirmDialogTriggerProps, ConfirmDialogTriggerState, ConfirmDialogTriggerExposes> |
ConfirmDialogPortal#
Props#
Defines valid properties in ConfirmDialogPortal component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogPortal component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | Instance of the ConfirmDialog component. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogPortal component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogPortalPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogPortal component.
| values |
|---|
| ComponentInstance<ConfirmDialogPortalProps, ConfirmDialogPortalState, ConfirmDialogPortalExposes> |
ConfirmDialogHeader#
Props#
Defines valid properties in ConfirmDialogHeader component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogHeader component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | The ConfirmDialog component instance. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogHeader component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogHeader component.
| values |
|---|
| ComponentInstance<ConfirmDialogHeaderProps, ConfirmDialogHeaderState, ConfirmDialogHeaderExposes> |
ConfirmDialogTitle#
Props#
Defines valid properties in ConfirmDialogTitle component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogTitle component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | The ConfirmDialog component instance. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogTitle component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogTitlePassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogTitle component.
| values |
|---|
| ComponentInstance<ConfirmDialogTitleProps, ConfirmDialogTitleState, ConfirmDialogTitleExposes> |
ConfirmDialogHeaderActions#
Props#
Defines valid properties in ConfirmDialogHeaderActions component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogHeaderActions component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | The confirmdialog instance that the header actions belong to. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogHeaderActions component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogHeaderActionsPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogHeaderActions component.
| values |
|---|
| ComponentInstance<ConfirmDialogHeaderActionsProps, ConfirmDialogHeaderActionsState, ConfirmDialogHeaderActionsExposes> |
ConfirmDialogAction#
Props#
Defines valid properties in ConfirmDialogAction component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogAction component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | Instance of the ConfirmDialog component. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogAction component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogActionPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogAction component.
| values |
|---|
| ComponentInstance<ConfirmDialogActionProps, ConfirmDialogActionState, ConfirmDialogActionExposes> |
ConfirmDialogClose#
Props#
Defines valid properties in ConfirmDialogClose component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogClose component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | Instance of the ConfirmDialog component. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogClose component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogClosePassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogClose component.
| values |
|---|
| ComponentInstance<ConfirmDialogCloseProps, ConfirmDialogCloseState, ConfirmDialogCloseExposes> |
ConfirmDialogContent#
Props#
Defines valid properties in ConfirmDialogContent component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogContent component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | The ConfirmDialog component instance. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogContent component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogContentPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogContent component.
| values |
|---|
| ComponentInstance<ConfirmDialogContentProps, ConfirmDialogContentState, ConfirmDialogContentExposes> |
ConfirmDialogFooter#
Props#
Defines valid properties in ConfirmDialogFooter component.
Exposes#
Defines the methods and properties exposed by ConfirmDialogFooter component.
| name | type | default | description |
|---|---|---|---|
| confirmdialog | ConfirmDialogRootInstance | null | The ConfirmDialog component instance. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of ConfirmDialogFooter component.
| name | type | default | description |
|---|---|---|---|
| root | ConfirmDialogFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of ConfirmDialogFooter component.
| values |
|---|
| ComponentInstance<ConfirmDialogFooterProps, ConfirmDialogFooterState, ConfirmDialogFooterExposes> |
useConfirmDialog#
Props#
Defines valid properties in useConfirmDialog.
State#
Defines valid state in useConfirmDialog.
Exposes#
Defines the methods and properties exposed by useConfirmDialog.
Events#
useConfirmDialogChangeEvent
Event fired when the confirmdialog's open state changes.
Types#
Instance
Instance of useConfirmDialog headless.
| values |
|---|
| HeadlessInstance<useConfirmDialogProps, useConfirmDialogState, useConfirmDialogExposes> |