Xivgear Types Documentation
Preparing search index...
@xivgear/common-ui
components/util
PostValidationContext
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
)
ValidationContext
<
ObjType
>
PostValidationContext
Index
Properties
new
Raw
Value
new
Value
Accessors
obj
Methods
fail
Validation
ignore
Change
Properties
new
Raw
Value
newRawValue
:
string
new
Value
newValue
:
FieldType
Accessors
obj
get
obj
()
:
ObjType
Returns
ObjType
Methods
fail
Validation
failValidation
(
message
:
string
)
:
void
Parameters
message
:
string
Returns
void
ignore
Change
ignoreChange
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
Raw
Value
new
Value
Accessors
obj
Methods
fail
Validation
ignore
Change
Xivgear Types Documentation
Loading...