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

    Function determineMaskInputOptions

    • Parameters

      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;
              },
          >,
      ]