AliyunAETemplateAssetText
@interface AliyunAETemplateAssetText : AliyunAETemplateAsset
* A class that defines text asset in template. API_AVAILABLE(3.35.0)
-
* The display text.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull text;
-
* The max length.
Declaration
Objective-C
@property (nonatomic, readonly) NSUInteger maxLength;
-
* The replaced text.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *replacedText;