The notes and links widget is similar to free text widget, but allows for more formatting options.

Hierarchy

  • NoteWidgetDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
backgroundColor?: string

Background color of the note.

content: string

Content of the note.

fontSize?: string

Size of the text.

hasPadding?: boolean

Whether to add padding or not.

showTick?: boolean

Whether to show a tick or not.

textAlign?: WidgetTextAlign

How to align the text on the widget.

tickEdge?: WidgetTickEdge

Define how you want to align the text on the widget.

tickPos?: string

Where to position the tick on an edge.

Type of the note widget.

verticalAlign?: WidgetVerticalAlign

Vertical alignment.

Generated using TypeDoc