mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
docs(): add missing property docs
This commit is contained in:
@ -46,6 +46,9 @@ export class FabButton {
|
||||
*/
|
||||
@Prop() translucent = false;
|
||||
|
||||
/**
|
||||
* If true, the fab button will show when in a fab-list.
|
||||
*/
|
||||
@Prop() show = false;
|
||||
|
||||
componentWillLoad() {
|
||||
|
Reference in New Issue
Block a user