Skip to main content

ListPage

ListPageProps
ListPageProps
Intersection of
SugaredQualifiedEntityList
SugaredQualifiedEntityList
alias
| string| Set<string>
entities*
| string| SugarableQualifiedEntityList
expectedMutation
ExpectedQualifiedEntityMutation
initialEntityCount
number
isCreating
false
isNonbearing
boolean
limit
number
offset
number
onBeforePersist*
| undefined| EntityListAccessor.BeforePersistHandler| Set<EntityListAccessor.BeforePersistHandler>
onBeforeUpdate*
| undefined| EntityListAccessor.BatchUpdatesHandler| Set<EntityListAccessor.BatchUpdatesHandler>
onChildBeforeUpdate*
| undefined| EntityAccessor.BatchUpdatesHandler| Set<EntityAccessor.BatchUpdatesHandler>
onChildInitialize*
| undefined| EntityAccessor.BatchUpdatesHandler| Set<EntityAccessor.BatchUpdatesHandler>
onChildUpdate*
| undefined| EntityAccessor.UpdateListener| Set<EntityAccessor.UpdateListener>
onInitialize*
| undefined| EntityListAccessor.BatchUpdatesHandler| Set<EntityListAccessor.BatchUpdatesHandler>
onPersistError*
| undefined| EntityListAccessor.PersistErrorHandler| Set<EntityListAccessor.PersistErrorHandler>
onPersistSuccess*
| undefined| EntityListAccessor.PersistSuccessHandler| Set<EntityListAccessor.PersistSuccessHandler>
onUpdate*
| undefined| EntityListAccessor.UpdateListener| Set<EntityListAccessor.UpdateListener>
orderBy
SugaredOrderBy
setOnCreate
SugaredSetOnCreate
EntityListSubTreeAdditionalProps
EntityListSubTreeAdditionalProps
variables
Environment.ValuesMapWithFactory
ListPageProps
children
React.ReactNode
pageName
string
rendererProps
Omit<ImmutableEntityListPageRendererProps<ContainerExtraProps, ItemExtraProps>, | "accessor"| "children">