feat:add comments
This commit is contained in:
@@ -71,7 +71,9 @@ export class FlowLayout extends Superview {
|
||||
|
||||
@Property
|
||||
scrollable?: boolean
|
||||
|
||||
/**
|
||||
* Take effect only on iOS
|
||||
*/
|
||||
@Property
|
||||
bounces?: boolean
|
||||
|
||||
|
@@ -75,7 +75,9 @@ export class List extends Superview {
|
||||
|
||||
@Property
|
||||
scrollable?: boolean
|
||||
|
||||
/**
|
||||
* Take effect only on iOS
|
||||
*/
|
||||
@Property
|
||||
bounces?: boolean
|
||||
|
||||
|
@@ -23,7 +23,9 @@ export class NestedSlider extends Group {
|
||||
|
||||
@Property
|
||||
scrollable?: boolean
|
||||
|
||||
/**
|
||||
* Take effect only on iOS
|
||||
*/
|
||||
@Property
|
||||
bounces?: boolean
|
||||
|
||||
|
@@ -44,7 +44,9 @@ export class Scroller extends Superview {
|
||||
|
||||
@Property
|
||||
scrollable?: boolean
|
||||
|
||||
/**
|
||||
* Take effect only on iOS
|
||||
*/
|
||||
@Property
|
||||
bounces?: boolean
|
||||
|
||||
|
@@ -51,7 +51,9 @@ export class Slider extends Superview {
|
||||
|
||||
@Property
|
||||
scrollable?: boolean
|
||||
|
||||
/**
|
||||
* Take effect only on iOS
|
||||
*/
|
||||
@Property
|
||||
bounces?: boolean
|
||||
|
||||
|
Reference in New Issue
Block a user