Skip to main content
Version: Next

CommonValidatorFunctions.isValidTag()

Home > @backstage/catalog-model > CommonValidatorFunctions > isValidTag

Warning: This API is now obsolete.

This will be removed in a future release

Checks that the value is a valid tag.

Signature:

static isValidTag(value: unknown): boolean;

Parameters

ParameterTypeDescription
valueunknownThe value to check

Returns:

boolean