@avanio/variable-util
    Preparing search index...

    Function buildHiddenValue

    • Constructs a hidden value string based on the specified visibility option.

      Parameters

      • value: string

        The original string value to be hidden.

      • show: undefined | ShowValueType

        Determines how the value should be displayed:

        • true: shows the full value
        • undefined or false: hides the value completely with asterisks
        • PartialHiddenValueStringType: shows part of the value (prefix, suffix, or both)

      Returns string

      The resulting string with the specified visibility.

      v0.2.5