jxa-types
Preparing search index...
appkit
NSPasteboardItem
Interface NSPasteboardItem
interface
NSPasteboardItem
{
js
:
object
;
dataForType
(
type
:
any
)
:
NSData
;
getProperty
(
key
:
string
)
:
any
;
isNil
()
:
boolean
;
setProperty
(
key
:
string
,
value
:
any
)
:
any
;
stringForType
(
type
:
any
)
:
NSString
;
}
Hierarchy (
View Summary
)
BridgedObject
<
IdType
>
NSPasteboardItem
Index
Properties
js
Methods
data
For
Type
get
Property
is
Nil
set
Property
string
For
Type
Properties
js
js
:
object
Methods
data
For
Type
dataForType
(
type
:
any
)
:
NSData
Parameters
type
:
any
Returns
NSData
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
string
For
Type
stringForType
(
type
:
any
)
:
NSString
Parameters
type
:
any
Returns
NSString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
js
Methods
data
For
Type
get
Property
is
Nil
set
Property
string
For
Type
jxa-types
Loading...