• Get or set the active state of a field.

    Parameters

    • params: {
          modal: boolean;
          path: string;
      }
      • modal: boolean

        Whether the field is in a modal or not

      • path: string

        The path of the field

        Example

        "frames.0.label"
        

    Returns RecoilState<boolean>

Generated using TypeDoc