Any usages or examples on OC.dialogs.message?

hi, i’m still thinkering on owncloud/nextcloud development. i need to implement custom popup form which will includes forms to fill in when user click (fileactions) on inline fileaction icon. browsing through code didn’t found OC.dialogs.message that can accept HTML (via template).

OC.dialogs.message are calling core/js/octemplate.js to wrap html element into dialog. trying to get myself to understand how OC code work underneath and using existing function built in.

Built in popover function is great too…