@mudssky/jsutils
Preparing search index...
BytesOption
Interface BytesOption
配置项
interface
BytesOption
{
decimalPlaces
?:
number
;
fixedDecimals
?:
boolean
;
thousandsSeparator
?:
string
;
unit
?:
"b"
|
"kb"
|
"mb"
|
"gb"
|
"tb"
|
"pb"
;
unitSeparator
?:
string
;
}
Index
Properties
decimal
Places?
fixed
Decimals?
thousands
Separator?
unit?
unit
Separator?
Properties
Optional
decimal
Places
decimalPlaces
?:
number
Optional
fixed
Decimals
fixedDecimals
?:
boolean
Optional
thousands
Separator
thousandsSeparator
?:
string
Optional
unit
unit
?:
"b"
|
"kb"
|
"mb"
|
"gb"
|
"tb"
|
"pb"
Optional
unit
Separator
unitSeparator
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decimal
Places
fixed
Decimals
thousands
Separator
unit
unit
Separator
@mudssky/jsutils
Loading...
配置项