Theemo / @theemo/theme / isModalFeature
Function: isModalFeature()
ts
function isModalFeature(feature): feature is ModalFeature;Defined in: features.ts:191
Checks wether the given feature uses mode behavior
Parameters
| Parameter | Type | Description |
|---|---|---|
feature | Feature | the feature in question |
Returns
feature is ModalFeature
true for a mode behavior, otherwise false