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