PageBlockCaption
public struct PageBlockCaption : Codable, Equatable, FunctionResult
Contains a caption of an instant view web page block, consisting of a text and a trailing credit
-
Content of the caption
Declaration
Swift
public let text: RichText -
Block credit (like HTML tag )
Declaration
Swift
public let credit: RichText -
Contains a caption of an instant view web page block, consisting of a text and a trailing credit
Parameters
textContent of the caption
creditBlock credit (like HTML tag )
View on GitHub
Install in Dash
PageBlockCaption Structure Reference