@launchdarkly/observability + @launchdarkly/session-replay
    Preparing search index...

    Function determineMaskInputOptions

    • Parameters

      • privacyPolicy: PrivacySettingOption
      • OptionalmaskAllInputs: boolean
      • OptionalmaskInputOptions: Partial<
            {
                color: boolean;
                date: boolean;
                "datetime-local": boolean;
                email: boolean;
                month: boolean;
                number: boolean;
                password: boolean;
                range: boolean;
                search: boolean;
                select: boolean;
                tel: boolean;
                text: boolean;
                textarea: boolean;
                time: boolean;
                url: boolean;
                week: boolean;
            },
        >

      Returns [
          maskAllOptions: boolean,
          maskOptions?: Partial<
              {
                  color: boolean;
                  date: boolean;
                  "datetime-local": boolean;
                  email: boolean;
                  month: boolean;
                  number: boolean;
                  password: boolean;
                  range: boolean;
                  search: boolean;
                  select: boolean;
                  tel: boolean;
                  text: boolean;
                  textarea: boolean;
                  time: boolean;
                  url: boolean;
                  week: boolean;
              },
          >,
      ]