Properties
Private
_camlQuery
_camlQuery: string = null
Private
_items
_items: T[] = null
Private
_listContentTypes
_listContentTypes: ContentTypeOData[] = null
Private
_listFields
_listFields: Field[] = null
Private
_listId
_listId: string = null
Private
_listInfo
_listInfo: List = null
Private
_listName
_listName: string = null
Private
_listUrl
_listUrl: string = null
Private
_listViews
_listViews: ViewOData[] = null
Private
_odata
_odata: IODataQuery = null
Private
_onInitError
_onInitError: ((...args) => void) = null
Type declaration
- (...args): void
Returns void
Private
Optional
_onInitialized
_onInitialized?: (() => void) = null
Private
Optional
_onItemLoading
_onItemLoading?: ((item?) => void) = null
Type declaration
- (item?): void
Returns void
Private
Optional
_onItemsLoaded
_onItemsLoaded?: ((items?) => void) = null
Type declaration
- (items?): void
Returns void
Private
_onLoadFormError
_onLoadFormError: ((...args) => void) = null
Type declaration
- (...args): void
Returns void
Private
Optional
_onRefreshItems
_onRefreshItems?: ((items?) => void | PromiseLike<any>) = null
Type declaration
- (items?): void | PromiseLike<any>
Returns void | PromiseLike<any>
Private
_onResetForm
_onResetForm: (() => void) = null
Private
_requestDigest
_requestDigest: string = null
Private
_viewName
_viewName: string = null
Private
_viewXml
_viewXml: string = null
Private
_webUrl
_webUrl: string = null
List