Interface IValidateLookupsProps

interface IValidateLookupsProps {
    cfg: ISPConfigProps;
    dstUrl: string;
    lookupFields: FieldLookup[];
    showDialog?: boolean;
    srcListId: string;
    srcWebUrl: string;
}

Properties

cfg: ISPConfigProps
dstUrl: string
lookupFields: FieldLookup[]
showDialog?: boolean
srcListId: string
srcWebUrl: string