TESSA Web API
    Preparing search index...

    Interface IFileTag

    interface IFileTag {
        key: string;
        equals(other: undefined | null | IFileTag): boolean;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    key: string

    Ключ, уникально идентифицирующий тег. При сравнении ключей обычно не учитывается регистр символов.

    Methods

    • Сравнивает два объекта.

      Parameters

      • other: undefined | null | IFileTag

        Другой объект сравнения.

      Returns boolean

      true если объекты равны; false в противном случае.