MVFv3 API Documentation
Preparing search index...
@mappedin/mvf
navigation-flags
FlaggedGeometryAnchor
Type Alias FlaggedGeometryAnchor
A flagged geometry anchor is a GeometryAnchor with
Flags
.
See
WithFlaggedGeometryAnchor
- For adding a single flagged anchor
WithFlaggedGeometryAnchors
- For adding an array of flagged anchors
Interface
type
FlaggedGeometryAnchor
=
{
geometryId
:
`
g_
${
string
}
`
;
floorId
:
`
f_
${
string
}
`
;
flags
:
number
[]
;
}
Index
Properties
geometry
Id
floor
Id
flags
Properties
geometry
Id
geometryId
:
`
g_
${
string
}
`
floor
Id
floorId
:
`
f_
${
string
}
`
flags
flags
:
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
geometry
Id
floor
Id
flags
MVFv3 API Documentation
Loading...
A flagged geometry anchor is a GeometryAnchor with Flags.
See
Interface