类: TouchBarSpacer
在mac os应用中,为touch bar中的相邻项之间留白
Process: Main
new BrowserView(可选)
实验功能
options
Objectsize
String (optional) - Size of spacer, possible values are:small
-项之间的留较小间距。 Maps toNSTouchBarItemIdentifierFixedSpaceSmall
. This is the default.large
-项之间的留较大间距。 Maps toNSTouchBarItemIdentifierFixedSpaceLarge
.flexible
-补齐所有可用空间。 Maps toNSTouchBarItemIdentifierFlexibleSpace
.