Xivgear Types Documentation
    Preparing search index...

    Interface PreValidationContext<ObjType>

    interface PreValidationContext<ObjType> {
        newRawValue: string;
        get obj(): ObjType;
        failValidation(message: string): void;
        ignoreChange(): void;
    }

    Type Parameters

    • ObjType

    Hierarchy (View Summary)

    Index

    Properties

    Accessors

    Methods

    Properties

    newRawValue: string

    Accessors

    Methods