Skip to main content

ODModalData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface contains the data to build a modal.

View Source

References

    Properties


    customId string string

    The custom id of this modal

    View Source


    questions array api.ODModalDataQuestion[]

    The collection of questions in this modal

    View Source


    title type null|string

    The title of this modal

    View Source