docs(action-sheet): Make property names match component (#19041)

This commit is contained in:
Adam Duren
2019-08-08 07:54:45 -07:00
committed by Manu MA
parent 4ec74f8535
commit e4357f9823

View File

@ -4,7 +4,7 @@ An Action Sheet is a dialog that displays a set of options. It appears on top of
### Creating
An action sheet can be created by the [Action Sheet Controller](../action-sheet-controller) from an array of `buttons`, with each button including properties for its `text`, and optionally a `handler` and `role`. If a handler returns `false` then the action sheet will not be dismissed. An action sheet can also optionally have a `title`, `subTitle` and an `icon`.
An action sheet can be created by the [Action Sheet Controller](../action-sheet-controller) from an array of `buttons`, with each button including properties for its `text`, and optionally a `handler` and `role`. If a handler returns `false` then the action sheet will not be dismissed. An action sheet can also optionally have a `header` and a `subHeader`.
### Buttons