hosanna-ui-docs - v0.9.0
Preparing search index...
common
hosanna_api
IReusable
Interface IReusable
Interface for objects that can be identified by Hosanna.
interface
IReusable
{
_cacheKey
?:
string
;
_hid
?:
string
;
onWillRelease
()
:
void
;
onWillReuse
()
:
void
;
}
Hierarchy (
View Summary
)
IHsIdentifiable
IReusable
IBaseCollectionViewRow
ICollectionViewCell
Implemented by
AsyncCommand
BaseCollectionViewRow
.
BaseCollectionViewRow
HsObservable
Index
Properties
_
cache
Key?
_
hid?
Methods
on
Will
Release?
on
Will
Reuse?
Properties
Optional
_
cache
Key
_cacheKey
?:
string
Optional
_
hid
_hid
?:
string
Methods
Optional
on
Will
Release
onWillRelease
()
:
void
Returns
void
Optional
on
Will
Reuse
onWillReuse
()
:
void
Returns
void
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
cache
Key
_
hid
Methods
on
Will
Release
on
Will
Reuse
hosanna-ui-docs - v0.9.0
Loading...
Interface for objects that can be identified by Hosanna.