SwiftDocCNavigatorItemClassNavigatorItemThe NavigatorItem class describes a single entry in a navigator, providing the necessary information to display and process (such as filtering) a single item.final class NavigatorItemTopicsInitializersinit(from: any Decoder) throwsinit(pageType: UInt8, languageID: UInt8, title: String, platformMask: UInt64, availabilityID: UInt64, icon: RenderReferenceIdentifier?, isExternal: Bool, isBeta: Bool)Initialize a NavigatorItem with the given data.init?(rawValue: Data)Initialize a NavigatorItem using raw data.Instance Propertieslet availabilityID: UInt64The availability information of the item.var description: Stringlet languageID: UInt8The language identifier of the item.let pageType: UInt8The page type of the item.let platformMask: UInt64The platform information of the item.var rawValue: DataReturns the Data representation of the current NavigatorItem instance.let title: StringThe title of the entry.