jxa-types
Preparing search index...
foundation
NSDictionary
Interface NSDictionary<K, V>
interface
NSDictionary
<
K
=
NSString
,
V
=
any
>
{
js
:
object
;
getProperty
(
key
:
string
)
:
any
;
isNil
()
:
boolean
;
objectForKey
<
R
=
V
>
(
s
:
K
)
:
R
;
setProperty
(
key
:
string
,
value
:
any
)
:
any
;
}
Type Parameters
K
=
NSString
V
=
any
Hierarchy (
View Summary
)
BridgedObject
<
object
>
NSDictionary
Index
Properties
js
Methods
get
Property
is
Nil
object
For
Key
set
Property
Properties
js
js
:
object
Methods
get
Property
getProperty
(
key
:
string
)
:
any
Parameters
key
:
string
Returns
any
is
Nil
isNil
()
:
boolean
Returns
boolean
object
For
Key
objectForKey
<
R
=
V
>
(
s
:
K
)
:
R
Type Parameters
R
=
V
Parameters
s
:
K
Returns
R
set
Property
setProperty
(
key
:
string
,
value
:
any
)
:
any
Parameters
key
:
string
value
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
js
Methods
get
Property
is
Nil
object
For
Key
set
Property
jxa-types
Loading...