MPINavigatable
public protocol MPINavigatable : Decodable, Encodable
MPINavigatable
represents where users can navigate:
-
id of the
MPINavigatable
objectDeclaration
Swift
var id: String { get }
-
Get the type of
MPINavigatable
Declaration
Swift
var navigatableType: String { get }