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

    Interface Emoji

    interface Emoji {
        trello?: {
            category?: string;
            keywords?: string[];
            name?: string;
            native?: string;
            sheetX?: number;
            sheetY?: number;
            shortName?: string;
            shortNames?: string[];
            text?: string;
            texts?: string;
            tts?: string;
            unified?: string;
        }[];
    }
    Index

    Properties

    Properties

    trello?: {
        category?: string;
        keywords?: string[];
        name?: string;
        native?: string;
        sheetX?: number;
        sheetY?: number;
        shortName?: string;
        shortNames?: string[];
        text?: string;
        texts?: string;
        tts?: string;
        unified?: string;
    }[]