Type Alias TermTemplate

type TermTemplate = {
    relatedInformation?: string;
}
Index

Properties

relatedInformation?: string

Template text for new terms. This is a rich text field represented as a JSON string. The field is typically generated by the UI but can be set programmatically using the rich text format.