AnimationRule: Metadata & {
    animationFrequency: string;
    developerName: string;
    isActive: boolean;
    masterLabel: string;
    recordTypeContext: string;
    recordTypeName?: string | null;
    sobjectType: string;
    targetField: string;
    targetFieldChangeToValues: string;
}

Type declaration

  • animationFrequency: string
  • developerName: string
  • isActive: boolean
  • masterLabel: string
  • recordTypeContext: string
  • Optional recordTypeName?: string | null
  • sobjectType: string
  • targetField: string
  • targetFieldChangeToValues: string