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

    Interface GetActionReaction

    interface GetActionReaction {
        emoji?: boolean;
        id: string;
        idAction: string;
        member?: boolean;
    }
    Index

    Properties

    emoji?: boolean

    Whether to load the emoji as a nested resource.

    id: string

    The ID of the reaction

    idAction: string

    The ID of the Action

    member?: boolean

    Whether to load the member as a nested resource. See Members Nested Resource