# MarkupLoader
The MarkupLoader
fetches markups for selected baseBeans from the backend and creates wrappers that contain all required markup information and fills out the list with wrappers.
# Properties
Parent:
Actor
Type:
MarkupLoader
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
listActor | ListActor (opens new window). | The actor is filled by the MarkupLoader . |
markupFilters | Array of MarkupLoaderFilterObject | Allows additional filter markups to be defined |
# MarkupLoaderFilterObject
type MarkupLoaderFilterObject = {
field?: string,
operator?: string,
comparator?: string,
value: unknown
}