mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(config): update innerHTML comments (#27032)
This commit is contained in:
@ -35,10 +35,9 @@ export class RefresherContent implements ComponentInterface {
|
||||
*
|
||||
* For more information: [Security Documentation](https://ionicframework.com/docs/faq/security)
|
||||
*
|
||||
* This property accepts custom HTML as a string.
|
||||
* Developers who only want to pass plain text
|
||||
* can disable the custom HTML functionality
|
||||
* by setting `innerHTMLTemplatesEnabled: false` in the Ionic config.
|
||||
* Content is parsed as plaintext by default.
|
||||
* `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config
|
||||
* before custom HTML can be used.
|
||||
*/
|
||||
@Prop() pullingText?: string | IonicSafeString;
|
||||
|
||||
@ -56,10 +55,9 @@ export class RefresherContent implements ComponentInterface {
|
||||
*
|
||||
* For more information: [Security Documentation](https://ionicframework.com/docs/faq/security)
|
||||
*
|
||||
* This property accepts custom HTML as a string.
|
||||
* Developers who only want to pass plain text
|
||||
* can disable the custom HTML functionality
|
||||
* by setting `innerHTMLTemplatesEnabled: false` in the Ionic config.
|
||||
* Content is parsed as plaintext by default.
|
||||
* `innerHTMLTemplatesEnabled` must be set to `true` in the Ionic config
|
||||
* before custom HTML can be used.
|
||||
*/
|
||||
@Prop() refreshingText?: string | IonicSafeString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user