DefaultValidationContext: "METADATA"

Default context value that is set during the construction of publishing validation error objects if no explicit setter is used. Also used as part of a generic constraint for related types.

Example

Extended type to actually be used as a generic parameter can look like this:

export type ExampleContextType = DefaultValidationContext | 'VIDEOS' | 'IMAGES';

Generated using TypeDoc