Frodo Library - v4.0.0-24
Project Home
Preparing search index...
Reference
GlossarySchemaItemSkeleton
Interface GlossarySchemaItemSkeleton<T>
interface
GlossarySchemaItemSkeleton
<
T
extends
string
|
number
>
{
allowedValues
:
T
[]
;
description
:
string
;
displayName
:
string
;
enumeratedValues
:
{
text
:
T
;
value
:
T
}
[]
;
id
:
string
;
isIndexed
?:
boolean
;
isInternal
?:
boolean
;
isMultiValue
:
boolean
;
managedObjectType
?:
GlossaryManagedObjectType
;
metadata
?:
Metadata
;
name
:
string
;
objectType
:
GlossaryObjectType
;
searchable
:
boolean
;
type
:
GlossaryItemType
;
}
Type Parameters
T
extends
string
|
number
Index
Properties
allowed
Values
description
display
Name
enumerated
Values
id
is
Indexed?
is
Internal?
is
Multi
Value
managed
Object
Type?
metadata?
name
object
Type
searchable
type
Properties
allowed
Values
allowedValues
:
T
[]
description
description
:
string
display
Name
displayName
:
string
enumerated
Values
enumeratedValues
:
{
text
:
T
;
value
:
T
}
[]
id
id
:
string
Optional
is
Indexed
isIndexed
?:
boolean
Optional
is
Internal
isInternal
?:
boolean
is
Multi
Value
isMultiValue
:
boolean
Optional
managed
Object
Type
managedObjectType
?:
GlossaryManagedObjectType
Optional
metadata
metadata
?:
Metadata
name
name
:
string
object
Type
objectType
:
GlossaryObjectType
searchable
searchable
:
boolean
type
type
:
GlossaryItemType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allowed
Values
description
display
Name
enumerated
Values
id
is
Indexed
is
Internal
is
Multi
Value
managed
Object
Type
metadata
name
object
Type
searchable
type
Project Home
Frodo Library - v4.0.0-24
Loading...