Type Alias AppObjectListDef

Defines the list of objects in an app.

An app object is a generic object created at app level.
type AppObjectListDef = {
    qData?: Record<string, string>;
    qType?: string;
}
Index

Properties

Properties

qData?: Record<string, string>

Data that you want to include in the app list definition. You need to enter the paths to the information you want to retrieve.

qType?: string

Type of the app list.