Skip to content

FileRowAnnotationOptions

Defined in: namespaces.ts:311

Options for file row annotation registration.

optional title?: string

Defined in: namespaces.ts:313

Display title for the annotation.


optional icon?: SFSymbolName

Defined in: namespaces.ts:315

SF Symbol name for the annotation icon.


handler: (fileDescriptor) => unknown

Defined in: namespaces.ts:317

Handler function invoked to determine annotation state for a file.

PluginFileDescriptor

unknown