interface TagState {
    unfolded: boolean;
    visible: boolean;
}

Properties

Properties

unfolded: boolean
visible: boolean