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
|
Parameter |
Type |
Description |
|---|---|---|
|
value |
unknown |
The value to check |
boolean