FlowLayoutItem add fullSpan attribute
This commit is contained in:
4
doric-js/index.d.ts
vendored
4
doric-js/index.d.ts
vendored
@@ -835,6 +835,10 @@ declare module 'doric/lib/src/widget/flowlayout' {
|
||||
* Set to reuse native view
|
||||
*/
|
||||
identifier?: string;
|
||||
/**
|
||||
* When set to true, the item will layout using all span area.
|
||||
*/
|
||||
fullSpan?: boolean;
|
||||
}
|
||||
export class FlowLayout extends Superview {
|
||||
allSubviews(): FlowLayoutItem[];
|
||||
|
||||
Reference in New Issue
Block a user