The index of the flag in a flags array. ie, 0 means the first bitfield, 1 means the second bitfield, etc.
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.
Optionaldetails{@inheritDoc utility-types/details!Details}
A NavigationFlagDeclaration describes the relationship between a "key" that a developer might use to wayfind using that flag, and the index and bit position in an object's
flagsarray. Ie, if there is a flag with a key ofvip, index 1 and bit position 0, then an item with flags as[0, 0]does not have the flag,[0, 1]does, and[1, 2]or[1, 0]do not.NavigationFlagDeclarations also may contain details about the flag, which can be displayed to a user if present.
Interface