masto
    Preparing search index...

    Interface ShallowTag

    Represents a hashtag with minimal information, without history or following state.

    interface ShallowTag {
        name: string;
        url: string;
    }
    Index

    Properties

    Properties

    name: string

    The value of the hashtag after the # sign.

    url: string

    A link to the hashtag on the local server.