Chameleon
    Preparing search index...

    Interface ModalHandler

    interface ModalHandler {
        customId: string | RegExp;
        execute: (ctx: ModalContext) => any;
    }
    Index

    Properties

    Properties

    customId: string | RegExp
    execute: (ctx: ModalContext) => any