hosanna-ui-docs - v0.9.0
Preparing search index...
Bridge/targets/common
sgApi
ISGIInt
Interface ISGIInt
Interface for handling integer values.
interface
ISGIInt
{
GetInt
()
:
number
;
SetInt
(
value
:
number
)
:
any
;
}
Hierarchy (
View Summary
)
ISGIInt
ISGROInt
Index
Methods
Get
Int
Set
Int
Methods
Get
Int
GetInt
()
:
number
Gets the integer value
Returns
number
Set
Int
SetInt
(
value
:
number
)
:
any
Sets the integer value
Parameters
value
:
number
Returns
any
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
Get
Int
Set
Int
hosanna-ui-docs - v0.9.0
Loading...
Interface for handling integer values.