mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(back-button): update icon prop to include src and name approach (#24307)
This commit is contained in:
@ -45,7 +45,8 @@ export class BackButton implements ComponentInterface, ButtonInterface {
|
||||
@Prop({ reflect: true }) disabled = false;
|
||||
|
||||
/**
|
||||
* The icon name to use for the back button.
|
||||
* The built-in named SVG icon name or the exact `src` of an SVG file
|
||||
* to use for the back button.
|
||||
*/
|
||||
@Prop() icon?: string | null;
|
||||
|
||||
|
Reference in New Issue
Block a user