Type alias CMSConnectResourceDefinition
CMSConnectResourceDefinition: {
developerName: string;
masterLabel: string;
options: number;
payloadType: string;
resourceIdPath?: string | null;
resourceNamePath?: string | null;
resourcePath: string;
rootNodePath?: string | null;
}
Type declaration
developerName: string
masterLabel: string
options: number
payloadType: string
Optional
resourceIdPath?: string | null
Optional
resourceNamePath?: string | null
resourcePath: string
Optional
rootNodePath?: string | null