@tarojsx/ui
Version:
We reinvents the UI for Taro3+
62 lines (35 loc) • 1.37 kB
Markdown
---
id: "_actionsheet_.actionsheetprops"
title: "ActionSheetProps"
sidebar_label: "ActionSheetProps"
---
## Hierarchy
* object
↳ **ActionSheetProps**
## Index
### Properties
* [cancelText](_actionsheet_.actionsheetprops.md#optional-canceltext)
* [className](_actionsheet_.actionsheetprops.md#optional-classname)
* [isOpened](_actionsheet_.actionsheetprops.md#optional-isopened)
* [style](_actionsheet_.actionsheetprops.md#optional-style)
* [title](_actionsheet_.actionsheetprops.md#optional-title)
## Properties
### `Optional` cancelText
• **cancelText**? : *React.ReactNode*
*Defined in [src/ActionSheet.tsx:13](https://github.com/tarojsx/ui/blob/v0.11.0/src/ActionSheet.tsx#L13)*
___
### `Optional` className
• **className**? : *string*
*Defined in [src/ActionSheet.tsx:9](https://github.com/tarojsx/ui/blob/v0.11.0/src/ActionSheet.tsx#L9)*
___
### `Optional` isOpened
• **isOpened**? : *boolean*
*Defined in [src/ActionSheet.tsx:11](https://github.com/tarojsx/ui/blob/v0.11.0/src/ActionSheet.tsx#L11)*
___
### `Optional` style
• **style**? : *CSSProperties*
*Defined in [src/ActionSheet.tsx:10](https://github.com/tarojsx/ui/blob/v0.11.0/src/ActionSheet.tsx#L10)*
___
### `Optional` title
• **title**? : *React.ReactNode*
*Defined in [src/ActionSheet.tsx:12](https://github.com/tarojsx/ui/blob/v0.11.0/src/ActionSheet.tsx#L12)*