The A+ Content standard fixed length list of text, usually presented as bullet points.

Export

StandardTextListBlock

interface StandardTextListBlock {
    textList: TextItem[];
}

Properties

Properties

textList: TextItem[]

Memberof

StandardTextListBlock