The A+ Content standard label and description block, comprised of a pair of text components.

Export

StandardTextPairBlock

interface StandardTextPairBlock {
    description?: TextComponent;
    label?: TextComponent;
}

Properties

Properties

description?: TextComponent

Memberof

StandardTextPairBlock

Memberof

StandardTextPairBlock