feat:add comments

This commit is contained in:
pengfei.zhou
2021-04-30 14:47:34 +08:00
committed by osborn
parent 6da8d5658b
commit 5fc770f62a
11 changed files with 117 additions and 77 deletions

View File

@@ -71,7 +71,9 @@ export class FlowLayout extends Superview {
@Property
scrollable?: boolean
/**
* Take effect only on iOS
*/
@Property
bounces?: boolean

View File

@@ -75,7 +75,9 @@ export class List extends Superview {
@Property
scrollable?: boolean
/**
* Take effect only on iOS
*/
@Property
bounces?: boolean

View File

@@ -23,7 +23,9 @@ export class NestedSlider extends Group {
@Property
scrollable?: boolean
/**
* Take effect only on iOS
*/
@Property
bounces?: boolean

View File

@@ -44,7 +44,9 @@ export class Scroller extends Superview {
@Property
scrollable?: boolean
/**
* Take effect only on iOS
*/
@Property
bounces?: boolean

View File

@@ -51,7 +51,9 @@ export class Slider extends Superview {
@Property
scrollable?: boolean
/**
* Take effect only on iOS
*/
@Property
bounces?: boolean