StyledCaption: {
    key?: string;
    styles?: string[];
    value?: string;
}

The caption text and its text style.

Type declaration

  • Optionalkey?: string

    The identifier key for the caption.

  • Optionalstyles?: string[]

    The font styles as an array of style keywords.

    `['bold', 'italic']`
    
  • Optionalvalue?: string

    The text value for the caption.