Xivgear Types Documentation
Preparing search index...
@xivgear/common-ui
components/util
PreValidationContext
Interface PreValidationContext<ObjType>
interface
PreValidationContext
<
ObjType
>
{
newRawValue
:
string
;
get
obj
()
:
ObjType
;
failValidation
(
message
:
string
)
:
void
;
ignoreChange
()
:
void
;
}
Type Parameters
ObjType
Hierarchy (
View Summary
)
ValidationContext
<
ObjType
>
PreValidationContext
Index
Properties
new
Raw
Value
Accessors
obj
Methods
fail
Validation
ignore
Change
Properties
new
Raw
Value
newRawValue
:
string
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
Accessors
obj
Methods
fail
Validation
ignore
Change
Xivgear Types Documentation
Loading...