jxa-types
Preparing search index...
foundation
NSData
Interface NSData
interface
NSData
{
js
:
object
;
getProperty
(
key
:
string
)
:
any
;
isNil
()
:
boolean
;
setProperty
(
key
:
string
,
value
:
any
)
:
any
;
writeToFileAtomically
(
path
:
any
,
atomically
:
boolean
)
:
boolean
;
}
Hierarchy (
View Summary
)
BridgedObject
<
IdType
>
NSData
Index
Properties
js
Methods
get
Property
is
Nil
set
Property
write
To
File
Atomically
Properties
js
js
:
object
Methods
get
Property
getProperty
(
key
:
string
)
:
any
Parameters
key
:
string
Returns
any
is
Nil
isNil
()
:
boolean
Returns
boolean
set
Property
setProperty
(
key
:
string
,
value
:
any
)
:
any
Parameters
key
:
string
value
:
any
Returns
any
write
To
File
Atomically
writeToFileAtomically
(
path
:
any
,
atomically
:
boolean
)
:
boolean
Parameters
path
:
any
atomically
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
js
Methods
get
Property
is
Nil
set
Property
write
To
File
Atomically
jxa-types
Loading...