• JustinFTL@kbin.social
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 year ago

    @odama626 when my brain goes in auto-mode, mine ends up like:

    `// opens dialog window
    openDialogWindow(){

    // set dialog config
    const config = new DialogWindowConfig({…});

    // open window
    dialogWindow.Open(config);
    }`