Skip to content
ClassTypes & Utilities@public

ParticlePresetValidationError

Error thrown when a particle preset cannot be parsed.

ts
export declare class ParticlePresetValidationError extends Error

Constructors

ts
constructor(issues: ValidationIssue[])

Constructs a new instance of the ParticlePresetValidationError class

ParameterTypeDescription
issuesValidationIssue[]-

Properties

PropertyModifiersTypeDescription
issuesreadonlyValidationIssue[]-

Released under the MIT License.