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

    Interface CreateCustomField

    interface CreateCustomField {
        displayCardFront?: boolean;
        idModel?: string;
        modelType?: string;
        name?: string;
        options?: string;
        pos?: number | "top" | "bottom";
        type?: string;
    }
    Index

    Properties

    displayCardFront?: boolean

    Whether this Custom Field should be shown on the front of Cards

    idModel?: string

    The ID of the model for which the Custom Field is being defined. This should always be the ID of a board.

    modelType?: string

    The type of model that the Custom Field is being defined on. This should always be board.

    name?: string

    The name of the Custom Field

    options?: string

    If the type is checkbox

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

    The type of Custom Field to create.