Last updated 7 days ago
Was this helpful?
getMapDetails(): Promise<>
Promise
Gets the details of the map.
Promise<>
const details = await felt.getMapDetails(); console.log({ id: details.id, title: details.title, description: details.description, });
FeltController
MapDetails