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

    Type Alias ShowValueType

    ShowValueType: boolean | PartialHiddenValueStringType

    ShowValueType is the type for show value option, it can be boolean or PartialHiddenValueStringType

    • true: show the actual value
    • false: show the value with asterisks
    • PartialHiddenValueStringType: shows part of the value (prefix, suffix, or both)

    v0.9.0