@halix/action-sdk
Preparing search index...
ContentResource
Interface ContentResource
ContentResource is an interface defining the properties of a content resource.
interface
ContentResource
{
contentType
?:
string
;
deserialize
?:
(
data
:
any
)
=>
ContentResource
;
extension
?:
null
|
string
;
fileName
?:
string
;
fileSize
?:
number
;
isPublic
:
boolean
;
mimeType
?:
string
;
name
?:
null
|
string
;
objKey
?:
string
;
organizationKey
:
string
;
resourceType
:
string
;
sandboxKey
:
string
;
tags
:
string
[]
;
userKey
:
string
;
}
Index
Properties
content
Type?
deserialize?
extension?
file
Name?
file
Size?
is
Public
mime
Type?
name?
obj
Key?
organization
Key
resource
Type
sandbox
Key
tags
user
Key
Properties
Optional
content
Type
contentType
?:
string
Optional
deserialize
deserialize
?:
(
data
:
any
)
=>
ContentResource
Optional
extension
extension
?:
null
|
string
Optional
file
Name
fileName
?:
string
Optional
file
Size
fileSize
?:
number
is
Public
isPublic
:
boolean
Optional
mime
Type
mimeType
?:
string
Optional
name
name
?:
null
|
string
Optional
obj
Key
objKey
?:
string
organization
Key
organizationKey
:
string
resource
Type
resourceType
:
string
sandbox
Key
sandboxKey
:
string
tags
tags
:
string
[]
user
Key
userKey
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
Type
deserialize
extension
file
Name
file
Size
is
Public
mime
Type
name
obj
Key
organization
Key
resource
Type
sandbox
Key
tags
user
Key
@halix/action-sdk
Loading...
ContentResource is an interface defining the properties of a content resource.