Authors:
Cameron Johns, Cille Schliebitz, Anita Gu
Changed on:
3 Feb 2025
This lesson focuses on configuring custom components using the Manifest file. We'll demonstrate how to define an interface for your component's properties, allowing it to receive data from the Manifest. Specifically, we'll show how to declare a
`MapCardProps`
`title`
`width`
`MapCardProps`
In this lesson, you will learn how to configure your component via the Manifest.
Watch the video below for steps to declare the
`MapCardProps`
`title: string;`
`width: CardWidth;`
Finally, see how to configure these properties in the manifest and have your component use them.
This video explains how to configure properties in the manifest