πŸš€ 8.9 Released! β†’ ⚑️ New Node-API Engine Preview, πŸ“² ns widget ios, πŸ’… Tailwind v4 and more...
Read Announcement
TemplatedItemsView
interface TemplatedItemsView {
 itemTemplate: string | Template;
 itemTemplates: string | KeyedTemplate[];
 items: any[] | ItemsSource;
 off(event: "itemLoading", callback: (args: EventData) => void, thisArg?: any): void;
 on(event: "itemLoading", callback: (args: ItemEventData) => void, thisArg?: any): void;
 refresh(): void;
}

Summary ​

Properties ​

itemTemplate ​

itemTemplates ​

itemTemplates?: string | KeyedTemplate[]

Methods ​

off ​

off(event: "itemLoading", callback: (args: EventData) => void, thisArg?: any): void
Parameter Default Description
event
"itemLoading"
callback
(args: EventData) => void
thisArg
any
Returns void

on ​

on(event: "itemLoading", callback: (args: ItemEventData) => void, thisArg?: any): void
Parameter Default Description
event
"itemLoading"
callback
(args: ItemEventData) => void
thisArg
any
Returns void

refresh ​

refresh(): void
Previous
Template

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /