Overlay navigation helpers exposed through AsukaDesigner.layout.

interface AsukaLayoutOverlayApi {
    back: (() => void);
    close: (() => void);
    push: ((id: string) => void);
}

Properties

Properties

back: (() => void)

Go back to the previous overlay entry.

close: (() => void)

Close the current overlay stack.

push: ((id: string) => void)

Open a module inside the current overlay stack.