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

    Type Alias InputRuleMatch

    type InputRuleMatch = {
        data?: Record<string, any>;
        index: number;
        match?: RegExpMatchArray;
        replaceWith?: string;
        text: string;
    }
    Index

    Properties

    data?: Record<string, any>
    index: number
    match?: RegExpMatchArray
    replaceWith?: string
    text: string