ts-package-starter - v1.1.0
Preparing search index...
LicensePlateValidationResult
Interface LicensePlateValidationResult
車牌驗證結果(含車牌類型資訊)
interface
LicensePlateValidationResult
{
isValid
:
boolean
;
message
?:
string
;
plateType
?:
LicensePlateType
;
}
Hierarchy (
View Summary
)
ValidationResult
LicensePlateValidationResult
Index
Properties
is
Valid
message?
plate
Type?
Properties
is
Valid
isValid
:
boolean
Optional
message
message
?:
string
Optional
plate
Type
plateType
?:
LicensePlateType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Valid
message
plate
Type
ts-package-starter - v1.1.0
Loading...
車牌驗證結果(含車牌類型資訊)