mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): Repeater multiple item templates implementation (#8981)
This commit is contained in:
committed by
GitHub
parent
0bbdeaf0b5
commit
b113f1916d
@@ -8,7 +8,7 @@
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 29
|
||||
generatedDensities = []
|
||||
}
|
||||
|
||||
@@ -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