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

    Interface GetAction

    interface GetAction {
        display?: boolean;
        entities?: boolean;
        fields?: string[] | "all";
        id: string;
        member?: boolean;
        memberCreator?: boolean;
        memberCreatorFields?: string[] | "all";
        memberFields?: string[] | "all";
    }
    Index

    Properties

    display?: boolean
    entities?: boolean
    fields?: string[] | "all"

    all or a comma-separated list of action fields

    id: string

    The ID of the Action

    member?: boolean
    memberCreator?: boolean

    Whether to include the member object for the creator of the action

    memberCreatorFields?: string[] | "all"

    all or a comma-separated list of member fields

    memberFields?: string[] | "all"

    all or a comma-separated list of member fields