interface HideStateModel {
    hidden?: boolean;
}

Properties

Properties

hidden?: boolean