Neutrome SDK reference
Preparing search index...
lilsdk-ts/src/managed
AttachmentReaderRule
Type Alias AttachmentReaderRule
Maps a set of MIME types to the executor that can read them.
type
AttachmentReaderRule
=
{
executor
:
ExecutorInput
;
mimeTypes
:
readonly
string
[]
;
}
Index
Properties
executor
mime
Types
Properties
executor
executor
:
ExecutorInput
mime
Types
mimeTypes
:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
executor
mime
Types
Neutrome SDK reference
Loading...
Maps a set of MIME types to the executor that can read them.