phina.js.d.ts
Preparing search index...
phina
accessory
Accessory
Interface Accessory
interface
Accessory
{
target
?:
phina
.
app
.
Element
;
addEventListener
(
type
:
string
,
listener
:
Function
)
:
this
;
attachTo
(
element
:
phina
.
app
.
Element
)
:
this
;
clear
(
type
:
string
)
:
this
;
clearEventListener
(
type
:
string
)
:
this
;
dispatchEvent
(
e
:
{
type
:
string
}
)
:
this
;
dispatchEventByType
(
type
:
string
,
param
:
object
)
:
this
;
fire
(
e
:
{
type
:
string
}
)
:
this
;
flare
(
type
:
string
,
param
?:
object
)
:
this
;
getTarget
()
:
void
|
phina
.
app
.
Element
;
has
(
type
:
string
)
:
boolean
;
hasEventListener
(
type
:
string
)
:
boolean
;
isAttached
()
:
boolean
;
off
(
type
:
string
,
listener
:
Function
)
:
this
;
on
(
type
:
string
,
listener
:
Function
)
:
this
;
one
(
type
:
string
,
listener
:
Function
)
:
this
;
remove
()
:
void
;
removeEventListener
(
type
:
string
,
listener
:
Function
)
:
this
;
setTarget
(
target
:
phina
.
app
.
Element
)
:
this
;
}
Hierarchy (
View Summary
)
phina
.
util
.
EventDispatcher
Accessory
phina
.
accessory
.
Tweener
phina
.
accessory
.
Draggable
phina
.
accessory
.
Flickable
phina
.
accessory
.
FrameAnimation
phina
.
accessory
.
Physical
Index
Properties
target?
Methods
add
Event
Listener
attach
To
clear
clear
Event
Listener
dispatch
Event
dispatch
Event
By
Type
fire
flare
get
Target
has
has
Event
Listener
is
Attached
off
on
one
remove
remove
Event
Listener
set
Target
Properties
Optional
target
target
?:
phina
.
app
.
Element
Methods
add
Event
Listener
addEventListener
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
attach
To
attachTo
(
element
:
phina
.
app
.
Element
)
:
this
Parameters
element
:
phina
.
app
.
Element
Returns
this
clear
clear
(
type
:
string
)
:
this
Parameters
type
:
string
Returns
this
clear
Event
Listener
clearEventListener
(
type
:
string
)
:
this
Parameters
type
:
string
Returns
this
dispatch
Event
dispatchEvent
(
e
:
{
type
:
string
}
)
:
this
Parameters
e
:
{
type
:
string
}
Returns
this
dispatch
Event
By
Type
dispatchEventByType
(
type
:
string
,
param
:
object
)
:
this
Parameters
type
:
string
param
:
object
Returns
this
fire
fire
(
e
:
{
type
:
string
}
)
:
this
Parameters
e
:
{
type
:
string
}
Returns
this
flare
flare
(
type
:
string
,
param
?:
object
)
:
this
Parameters
type
:
string
Optional
param
:
object
Returns
this
get
Target
getTarget
()
:
void
|
phina
.
app
.
Element
Returns
void
|
phina
.
app
.
Element
has
has
(
type
:
string
)
:
boolean
Parameters
type
:
string
Returns
boolean
has
Event
Listener
hasEventListener
(
type
:
string
)
:
boolean
Parameters
type
:
string
Returns
boolean
is
Attached
isAttached
()
:
boolean
Returns
boolean
off
off
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
on
on
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
one
one
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
remove
remove
()
:
void
Returns
void
remove
Event
Listener
removeEventListener
(
type
:
string
,
listener
:
Function
)
:
this
Parameters
type
:
string
listener
:
Function
Returns
this
set
Target
setTarget
(
target
:
phina
.
app
.
Element
)
:
this
Parameters
target
:
phina
.
app
.
Element
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
target
Methods
add
Event
Listener
attach
To
clear
clear
Event
Listener
dispatch
Event
dispatch
Event
By
Type
fire
flare
get
Target
has
has
Event
Listener
is
Attached
off
on
one
remove
remove
Event
Listener
set
Target
phina.js.d.ts
Loading...