Skip to content

Theemo / @theemo/theme / isModalFeature

Function: isModalFeature()

ts
function isModalFeature(feature): feature is ModalFeature;

Defined in: features.ts:194

Checks wether the given feature uses mode behavior

Parameters

ParameterTypeDescription
featureFeaturethe feature in question

Returns

feature is ModalFeature

true for a mode behavior, otherwise false