ItemJobDetailActionMetadataAttrs interface

Properties

label

label of the metadata

type

type of the metadata

url

url need to be set when type is link

value

value of the metadata

Property Details

label

label of the metadata

label: string

Property Value

string

type

type of the metadata

type: "text" | "link"

Property Value

"text" | "link"

url

url need to be set when type is link

url?: string

Property Value

string

value

value of the metadata

value: string

Property Value

string