Math3D Full Project API
Preparing search index...
src/presetsDb
SurfacePresetRecord
Type Alias SurfacePresetRecord
type
SurfacePresetRecord
=
{
createdAt
:
number
;
expr
?:
string
;
id
:
string
;
kind
:
PresetKind
;
label
:
string
;
updatedAt
:
number
;
xExpr
?:
string
;
yExpr
?:
string
;
zExpr
?:
string
;
}
Index
Properties
created
At
expr?
id
kind
label
updated
At
x
Expr?
y
Expr?
z
Expr?
Properties
created
At
createdAt
:
number
Optional
expr
expr
?:
string
id
id
:
string
kind
kind
:
PresetKind
label
label
:
string
updated
At
updatedAt
:
number
Optional
x
Expr
xExpr
?:
string
Optional
y
Expr
yExpr
?:
string
Optional
z
Expr
zExpr
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
expr
id
kind
label
updated
At
x
Expr
y
Expr
z
Expr
Math3D Full Project API
Loading...