Math3D Full Project API
Preparing search index...
renderer/src/geometry/problemGraph
ConstructionObjectSummary
Type Alias ConstructionObjectSummary
type
ConstructionObjectSummary
=
{
error
?:
string
;
hidden
:
boolean
;
id
:
string
;
label
:
string
;
summary
:
string
;
type
:
"point"
|
"line"
|
"circle"
;
valid
:
boolean
;
}
Index
Properties
error?
hidden
id
label
summary
type
valid
Properties
Optional
error
error
?:
string
hidden
hidden
:
boolean
id
id
:
string
label
label
:
string
summary
summary
:
string
type
type
:
"point"
|
"line"
|
"circle"
valid
valid
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
hidden
id
label
summary
type
valid
Math3D Full Project API
Loading...