![JAR search and dependency download from the Maven repository](/logo.png)
ducks.overlays.Actions.d.ts Maven / Gradle / Ivy
import { Action } from '../Action'
interface InsertOverlayPayload {
mode: 'modal' | 'drawer' | 'dialog'
name: string
visible: boolean
}
interface InsertPayload {
name: string
visible: boolean
mode: 'modal' | 'popover'
type: 'page' | 'confirm'
props?: {
target: string
operation: {
id: string
}
}
}
export type InsertOverlay = Action
export type Insert = Action
© 2015 - 2025 Weber Informatics LLC | Privacy Policy