Function: isTopModal()
function isTopModal(id: number): boolean;
Defined in: src/components/common/Modal/modalStack.ts:131
Returns true if the provided modal id is currently the top-most open modal.
Parametersโ
idโ
number
Returnsโ
boolean
function isTopModal(id: number): boolean;
Defined in: src/components/common/Modal/modalStack.ts:131
Returns true if the provided modal id is currently the top-most open modal.
number
boolean