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