Preparing search index...
The search index is not available
JMap Server NG Types
JMap Server NG Types
JFormSchemaProperty
Interface JFormSchemaProperty
interface
JFormSchemaProperty
{
default
?:
any
;
description
:
string
;
enum
?:
string
[]
|
number
[]
|
boolean
[]
;
enumNames
?:
string
[]
;
format
?:
string
;
isRequired
:
boolean
;
items
?:
{
type
:
JJSON_SCHEMA_TYPES
;
}
;
maxLength
?:
number
;
maximum
?:
number
;
minLength
?:
number
;
minimum
?:
number
;
parents
?:
(
undefined
|
string
)
[]
;
pattern
?:
string
;
readOnly
?:
boolean
;
title
:
string
;
type
:
JJSON_SCHEMA_TYPES
;
}
Index
Properties
default?
description
enum?
enum
Names?
format?
is
Required
items?
max
Length?
maximum?
min
Length?
minimum?
parents?
pattern?
read
Only?
title
type
Properties
Optional
default
default
?:
any
description
description
:
string
Optional
enum
enum
?:
string
[]
|
number
[]
|
boolean
[]
Optional
enum
Names
enum
Names
?:
string
[]
Optional
format
format
?:
string
is
Required
is
Required
:
boolean
Optional
items
items
?:
{
type
:
JJSON_SCHEMA_TYPES
;
}
Type declaration
type
:
JJSON_SCHEMA_TYPES
Optional
max
Length
max
Length
?:
number
Optional
maximum
maximum
?:
number
Optional
min
Length
min
Length
?:
number
Optional
minimum
minimum
?:
number
Optional
parents
parents
?:
(
undefined
|
string
)
[]
Optional
pattern
pattern
?:
string
Optional
read
Only
read
Only
?:
boolean
title
title
:
string
type
type
:
JJSON_SCHEMA_TYPES
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
default
description
enum
enum
Names
format
is
Required
items
max
Length
maximum
min
Length
minimum
parents
pattern
read
Only
title
type
JMap Server NG Types
Loading...