Anchorage API reference
    Preparing search index...
    interface SendSignalBody {
        attributes?: Record<string, string | number | boolean | null>;
        contents: string;
        ifActive?: SignalActiveBehavior;
        ifIdle?: SignalIdleBehavior;
        tagName?: string;
    }
    Index

    Properties

    attributes?: Record<string, string | number | boolean | null>
    contents: string
    tagName?: string