ecspresso
    Preparing search index...

    Interface RemoveEntityOptions

    Options for removing an entity

    interface RemoveEntityOptions {
        cascade?: boolean;
    }
    Index

    Properties

    Properties

    cascade?: boolean

    Whether to also remove all descendants (default: true)