eligius
    Preparing search index...

    Interface ISetOperationData

    interface ISetOperationData {
        override?: boolean;
        properties: Record<string, any>;
    }
    Index

    Properties

    override?: boolean

    If set to true, the plucked properties replace the current operation data.

    properties: Record<string, any>