Chameleon
    Preparing search index...

    Interface RoleSelectDef

    interface RoleSelectDef {
        customId: string;
        placeholder?: string;
        minValues?: number;
        maxValues?: number;
        disabled?: boolean;
        execute: (ctx: ComponentContext<Role[]>) => void | Promise<void>;
    }
    Index

    Properties

    customId: string
    placeholder?: string
    minValues?: number
    maxValues?: number
    disabled?: boolean
    execute: (ctx: ComponentContext<Role[]>) => void | Promise<void>