• Returns a function which returns a memoized atom for each unique parameter value.

    Parameters

    • param: {
          acceptLists?: boolean;
          embeddedDocType?: string | string[];
          ftype: string | string[];
          path: string;
          under?: boolean;
      }
      • Optional acceptLists?: boolean
      • Optional embeddedDocType?: string | string[]
      • ftype: string | string[]
      • path: string
      • Optional under?: boolean

    Returns RecoilValueReadOnly<boolean>

Generated using TypeDoc