The bit position of the flag in a flag's bitfield. ie, 0 means the first bit, 1 means the second bit, etc. A flag bitfield with that bit set to 1 means the flag is present. Other than for Well Known Flags, this is not expected to be durable across different versions of the same MVF.
The index of the flag in a flags array. ie, 0 means the first bitfield, 1 means the second bitfield, etc.
Optionaldetails?: {{@inheritDoc utility-types/details!Details}
A map of all NavigationFlagDeclarations present in the MVF. The key is the durable value a developer should use to interact with the flag when wayfinding, and the value is the definition of the flag that describes how to determine whether it's set in an object's flags array.