jxa-types
Preparing search index...
foundation
NSString
Interface NSString
interface
NSString
{
js
:
string
;
lastPathComponent
:
NSString
;
compareOptions
(
s
:
any
,
n
:
number
)
:
number
;
getProperty
(
key
:
string
)
:
any
;
initWithDataEncoding
(
d
:
NSData
,
encoding
:
number
)
:
NSString
;
isNil
()
:
boolean
;
setProperty
(
key
:
string
,
value
:
any
)
:
any
;
writeToFileAtomically
(
filename
:
any
,
atomically
:
boolean
)
:
boolean
;
}
Hierarchy (
View Summary
)
BridgedObject
<
string
>
NSString
Index
Properties
js
last
Path
Component
Methods
compare
Options
get
Property
init
With
Data
Encoding
is
Nil
set
Property
write
To
File
Atomically
Properties
js
js
:
string
Readonly
last
Path
Component
lastPathComponent
:
NSString
Methods
compare
Options
compareOptions
(
s
:
any
,
n
:
number
)
:
number
Parameters
s
:
any
n
:
number
Returns
number
get
Property
getProperty
(
key
:
string
)
:
any
Parameters
key
:
string
Returns
any
init
With
Data
Encoding
initWithDataEncoding
(
d
:
NSData
,
encoding
:
number
)
:
NSString
Parameters
d
:
NSData
encoding
:
number
Returns
NSString
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
(
filename
:
any
,
atomically
:
boolean
)
:
boolean
Parameters
filename
:
any
atomically
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
js
last
Path
Component
Methods
compare
Options
get
Property
init
With
Data
Encoding
is
Nil
set
Property
write
To
File
Atomically
jxa-types
Loading...