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

    Interface CreateMemberSavedSearch

    interface CreateMemberSavedSearch {
        id: string;
        name: string;
        pos: number | "top" | "bottom";
        query: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID or username of the member

    name: string

    The name for the saved search

    pos: number | "top" | "bottom"

    The position of the saved search. top, bottom, or a positive float.

    query: string

    The search query