interface TagInputHandle {
    getTagsWithDraft(): string[];
}

Methods