Preparing search index...
The search index is not available
Octra libraries - v2.0.0
Octra libraries
@octra/utilities
FileSize
Interface FileSize
represents a file size definition giving size and label.
interface
FileSize
{
label
:
string
;
size
:
number
;
}
Index
Properties
label
size
Properties
label
label
:
string
size
size
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
size
Octra libraries - v2.0.0
Loading...
represents a file size definition giving size and label.