CIA Compliance Manager API Documentation - v0.8.35
    Preparing search index...
    • Hook to access the CIA content service with loading and error states

      Returns {
          ciaContentService: CIAContentService | null;
          error: Error | null;
          isLoading: boolean;
          refresh: () => void;
      }

      Object containing the CIA content service, loading state, and error state