FileRowAnnotationOptions
Defined in: namespaces.ts:311
Options for file row annotation registration.
Properties
Section titled “Properties”title?
Section titled “title?”
optionaltitle?:string
Defined in: namespaces.ts:313
Display title for the annotation.
optionalicon?:SFSymbolName
Defined in: namespaces.ts:315
SF Symbol name for the annotation icon.
handler
Section titled “handler”handler: (
fileDescriptor) =>unknown
Defined in: namespaces.ts:317
Handler function invoked to determine annotation state for a file.
Parameters
Section titled “Parameters”fileDescriptor
Section titled “fileDescriptor”Returns
Section titled “Returns”unknown