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

    Interface UpdateCustomField

    interface UpdateCustomField {
        dispalyCardFront?: boolean;
        id: string;
        name?: string;
        pos?: number | "top" | "bottom";
    }
    Index

    Properties

    dispalyCardFront?: boolean

    Whether to display this custom field on the front of cards

    id: string

    ID of the Custom Field.

    name?: string

    The name of the Custom Field

    pos?: number | "top" | "bottom"