Skip to content

FileRowAnnotationOptions

Defined in: namespaces.ts:312

Options for file row annotation registration.

optional title?: string

Defined in: namespaces.ts:314

Display title for the annotation.


optional icon?: SFSymbolName

Defined in: namespaces.ts:316

SF Symbol name for the annotation icon.


handler: (fileDescriptor) => unknown

Defined in: namespaces.ts:318

Handler function invoked to determine annotation state for a file.

PluginFileDescriptor

unknown