Type Alias ChildListDef

Defines the list of children of a generic object. What is defined in ChildListDef has an impact on what the GetLayout method returns. See Example for more information.

type ChildListDef = {
    qData?: Record<string, string>;
}
Index

Properties

Properties

qData?: Record<string, string>

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