Skip to content

Function: getThemes()

ts
function getThemes(): Promise<Theme[]>;

List themes available for the current property.

Always includes the two built-in Mapsted themes (mapstedLight, mapstedDark) plus any CMS-owned property themes.

Returns

Promise<Theme[]>