Xivgear Types Documentation
    Preparing search index...

    Interface PostValidationContext<ObjType, FieldType>

    interface PostValidationContext<ObjType, FieldType> {
        newRawValue: string;
        newValue: FieldType;
        get obj(): ObjType;
        failValidation(message: string): void;
        ignoreChange(): void;
    }

    Type Parameters

    • ObjType
    • FieldType

    Hierarchy (View Summary)

    Index

    Properties

    newRawValue: string
    newValue: FieldType

    Accessors

    Methods