mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
feat(core): Repeater multiple item templates implementation (#8981)
This commit is contained in:

committed by
GitHub

parent
0bbdeaf0b5
commit
b113f1916d
@ -1772,6 +1772,10 @@ export class Repeater extends CustomLayoutView {
|
||||
|
||||
itemTemplate: string | Template;
|
||||
|
||||
itemTemplates: string | Array<KeyedTemplate>;
|
||||
|
||||
itemTemplateSelector: string | ((item: any, index: number, items: any) => string);
|
||||
|
||||
refresh();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user