NSButton.BezelStyle.disclosure
A bezel style button for use with a disclosure triangle.
Declaration
case disclosureDiscussion
Use this style of button when you want to reveal more information. When you use this bezel style along with the NSButton.ButtonType.pushOnPushOff button type, the button points it’s disclosure triangle to the right representing a closed state. When someone clicks the button the triangle animates down representing an open state.
For design guidance, see Human Interface Guidelines > Buttons.