Annoto Widget API - v3.65.0
    Preparing search index...

    Interface ISetThreadTag

    Add/update a tag of the thread Should be used after thread_init event

    interface ISetThreadTag {
        label?: string;
        value: string;
    }
    Index

    Properties

    Properties

    label?: string
    value: string