Trello.js - API library
    Preparing search index...

    Interface AddActionReaction

    interface AddActionReaction {
        idAction: string;
        native?: string;
        shortName?: string;
        skinVariation?: string;
        unified?: string;
    }
    Index

    Properties

    idAction: string

    The ID of the action

    native?: string

    The emoji to add as a native unicode emoji. See /emoji

    shortName?: string

    The primary shortName of the emoji to add. See /emoji

    skinVariation?: string

    The skinVariation of the emoji to add. See /emoji

    unified?: string

    The unified value of the emoji to add. See /emoji