Xivgear Types Documentation
    Preparing search index...

    Interface ValidationContext<ObjType>

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

    Type Parameters

    • ObjType

    Hierarchy (View Summary)

    Index

    Accessors

    Methods