Flowlayout's loadMoreView supports fullSpan,default is false
This commit is contained in:
2
doric-js/index.d.ts
vendored
2
doric-js/index.d.ts
vendored
@@ -857,7 +857,7 @@ declare module 'doric/lib/src/widget/flowlayout' {
|
||||
identifier?: string;
|
||||
/**
|
||||
* When set to true, the item will layout using all span area.
|
||||
* HeaderView, footerView or loadMoreView is always true by default.
|
||||
* LoadMoreView is default to true.
|
||||
*/
|
||||
fullSpan?: boolean;
|
||||
}
|
||||
|
2
doric-js/lib/src/widget/flowlayout.d.ts
vendored
2
doric-js/lib/src/widget/flowlayout.d.ts
vendored
@@ -8,7 +8,7 @@ export declare class FlowLayoutItem extends Stack {
|
||||
identifier?: string;
|
||||
/**
|
||||
* When set to true, the item will layout using all span area.
|
||||
* HeaderView, footerView or loadMoreView is always true by default.
|
||||
* LoadMoreView is default to true.
|
||||
*/
|
||||
fullSpan?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user