Documentation - v0.27.1
    Preparing search index...

    Interface ActionCustom

    A non-standard action has happened in the chat

    interface ActionCustom {
        action: string;
        type: "custom";
    }
    Index

    Properties

    Properties

    action: string

    Text to be shown in the interface

    type: "custom"