Expression Language Reference
    Preparing search index...

    Accessor for Document Content

    interface ExtractContentAccess {
        image?: string;
        markdown: string;
        text: string;
    }
    Index

    Properties

    Properties

    image?: string

    Value that will be replaced by the image of the input

    markdown: string

    Value that will be replaced by the markdown content of the input

    text: string

    Value that will be replace by the text content of the input