Text-specific constraints delta update.

interface TextFrameConstraintsDeltaUpdate {
    characterStyles?: { value: IdSetManagedConstraint };
    colors?: { value: IdSetManagedConstraint };
    editingAllowed?: { value: boolean };
    fontSizes?: { value: FontSizeRangeManagedConstraint };
    paragraphStyles?: { value: IdSetManagedConstraint };
}

Properties

characterStyles?: { value: IdSetManagedConstraint }
colors?: { value: IdSetManagedConstraint }
editingAllowed?: { value: boolean }
fontSizes?: { value: FontSizeRangeManagedConstraint }
paragraphStyles?: { value: IdSetManagedConstraint }