Class that describes the work item state is hidden.

interface HideStateModel {
    hidden?: boolean;
}

Properties

Properties

hidden?: boolean

Returns 'true', if workitem state is hidden, 'false' otherwise.