Interface VisibilityException

interface VisibilityException {
    _unsafeDisableHashMerging?: boolean;
    attrs?: string | string[];
    hiddenAttrs?: string[] | "all";
    hideWorkrecords?: boolean;
    nestedAttr?: { [key: string]: NestedAttrValue[] };
    visibilityAttr: string;
}

Properties

_unsafeDisableHashMerging?: boolean
attrs?: string | string[]
hiddenAttrs?: string[] | "all"
hideWorkrecords?: boolean
nestedAttr?: { [key: string]: NestedAttrValue[] }
visibilityAttr: string