Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Preparing search index...
InvalidSizeData
Interface InvalidSizeData
Structured data for InvalidSize errors.
interface
InvalidSizeData
{
dataType
:
string
;
expected
:
number
;
actual
:
number
;
}
Index
Properties
data
Type
expected
actual
Properties
data
Type
dataType
:
string
expected
expected
:
number
actual
actual
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Type
expected
actual
Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Loading...
Structured data for InvalidSize errors.