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

    Interface GetMemberBoards

    interface GetMemberBoards {
        fields?: string[] | "all";
        filter?: string;
        id: string;
        lists?: string;
        organization?: boolean;
        organizationFields?: string[] | "all";
    }
    Index

    Properties

    fields?: string[] | "all"

    all or a comma-separated list of board fields

    filter?: string

    all or a comma-separated list of: closed, members, open, organization, public, starred

    id: string

    The ID or username of the member

    lists?: string

    Which lists to include with the boards. One of: all, closed, none, open

    organization?: boolean

    Whether to include the Organization object with the Boards

    organizationFields?: string[] | "all"

    all or a comma-separated list of organization fields