@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbPropertyEditorRteValueType

    interface UmbPropertyEditorRteValueType {
        blocks?: UmbBlockValueType<UmbBlockRteLayoutModel>;
        markup: string;
    }
    Index

    Properties

    Properties

    markup: string