型・APIリファレンス
Preparing search index...
RangeValue
Interface RangeValue
範囲値(from-to)
interface
RangeValue
{
from
?:
null
|
string
|
number
;
to
?:
null
|
string
|
number
;
}
Index
Properties
from?
to?
Properties
Optional
from
from
?:
null
|
string
|
number
RangeのFrom
Optional
to
to
?:
null
|
string
|
number
RangeのTo
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
to
型・APIリファレンス
Loading...
範囲値(from-to)