Optional ReadonlyariaAccessible label applied to the <dialog> element.
Optional ReadonlycloseWhether clicking the backdrop closes the dialog.
Optional ReadonlycloseWhether pressing Escape closes the dialog.
ReadonlycomponentThe standalone component class to render inside the dialog.
Optional ReadonlyinputsInput values set on the component via
ComponentRef.setInput().
Optional ReadonlyoutputsMap of output property names to handler callbacks.
Works with both signal output() and legacy EventEmitter
outputs.
Configuration object passed to ModalService.openModal.