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
text
Content of the caption
credit
Block credit (like HTML tag )