@eagleoutice/flowr - v2.13.14
Preparing search index...
src/util/schema
SchemaPathInfo
Interface SchemaPathInfo
the leaf type, description, and any enumerated valid values of a schema path
interface
SchemaPathInfo
{
description
?:
string
;
type
?:
string
;
valids
?:
readonly
unknown
[]
;
}
Index
Properties
description?
type?
valids?
Properties
Optional
Readonly
description
description
?:
string
Optional
Readonly
type
type
?:
string
Optional
Readonly
valids
valids
?:
readonly
unknown
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
type
valids
@eagleoutice/flowr - v2.13.14
Loading...
the leaf type, description, and any enumerated valid values of a schema path