phina.js.d.ts
Preparing search index...
DefineParams
Interface DefineParams
interface
DefineParams
{
_accessor
?:
{
[
key
:
string
]:
{
get
?:
Function
;
set
?:
Function
}
;
[
key
:
number
]:
{
get
?:
Function
;
set
?:
Function
}
;
}
;
_defined
?:
(
_class
:
Function
)
=>
void
;
_static
?:
{
[
key
:
string
]:
any
;
[
key
:
number
]:
any
}
;
init
?:
Function
;
superClass
?:
string
|
Function
;
update
?:
Function
;
[
key
:
string
]:
any
;
[
key
:
number
]:
any
;
}
Indexable
[
key
:
string
]:
any
[
key
:
number
]:
any
Index
Properties
_
accessor?
_
defined?
_
static?
init?
super
Class?
update?
Properties
Optional
_
accessor
_accessor
?:
{
[
key
:
string
]:
{
get
?:
Function
;
set
?:
Function
}
;
[
key
:
number
]:
{
get
?:
Function
;
set
?:
Function
}
;
}
Optional
_
defined
_defined
?:
(
_class
:
Function
)
=>
void
Optional
_
static
_static
?:
{
[
key
:
string
]:
any
;
[
key
:
number
]:
any
}
Optional
init
init
?:
Function
Optional
super
Class
superClass
?:
string
|
Function
Optional
update
update
?:
Function
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
accessor
_
defined
_
static
init
super
Class
update
phina.js.d.ts
Loading...