oopscord.js
    Preparing search index...

    Type Alias ModalLabelComponentData

    type ModalLabelComponentData = {
        component: LabelBuilder;
        customId: string;
        innerType:
            | "string_select"
            | "user_select"
            | "channel_select"
            | "role_select"
            | "mentionable_select"
            | "text_input"
            | "file_upload"
            | "radio_group"
            | "checkbox_group"
            | "checkbox";
        outerType: "label";
    }
    Index

    Properties

    component: LabelBuilder
    customId: string
    innerType:
        | "string_select"
        | "user_select"
        | "channel_select"
        | "role_select"
        | "mentionable_select"
        | "text_input"
        | "file_upload"
        | "radio_group"
        | "checkbox_group"
        | "checkbox"
    outerType: "label"