@nextcloud/dialogs
Preparing search index...
index
<internal>
ComputedOptions
Interface ComputedOptions<T>
interface
ComputedOptions
<
T
>
{
cache
?:
boolean
;
get
?
()
:
T
;
set
?
(
value
:
T
)
:
void
;
}
Type Parameters
T
Index
Properties
cache?
Methods
get?
set?
Properties
Optional
cache
cache
?:
boolean
Methods
Optional
get
get
?
()
:
T
Returns
T
Optional
set
set
?
(
value
:
T
)
:
void
Parameters
value
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Methods
get
set
@nextcloud/dialogs
Loading...