Skip to main content
cngx-src documentation

CngxDialogStack

Injectablev0.1.0

projects/common/dialog/dialog/dialog-stack.ts

Index#

Properties

Methods

Derived State

Instance Properties#

stack#unknown
Readonly

Readonly snapshot of the current stack (bottom → top).

this.stackState.asReadonly()

Methods#

pop(id: string)

Remove a dialog ID from the stack (called on close).

@paramidstring
push#void
push(id: string)

Push a dialog ID onto the stack (called on open).

@paramidstring