Skip to content

Utils.Class.ValidationWarning

DecentM edited this page Aug 27, 2024 · 57 revisions

@decentm/concourse-ts / Utils / ValidationWarning

Class: ValidationWarning

Constructors

new ValidationWarning()

new ValidationWarning(__namedParameters): ValidationWarning

Parameters

__namedParameters

__namedParameters.messages: string[]

__namedParameters.type: ValidationWarningType

Returns

ValidationWarning

Source

utils/warning-store/index.ts:12

Properties

messages

messages: string[]

Source

utils/warning-store/index.ts:9


type

type: ValidationWarningType

Source

utils/warning-store/index.ts:10

Clone this wiki locally