eligius
    Preparing search index...

    Interface IExtendControllerOperationData

    This operation extends the specified controller instance with the specified extension.

    interface IExtendControllerOperationData {
        controllerExtension: Record<PropertyKey, unknown>;
        controllerInstance: IController<TOperationData>;
    }
    Index

    Properties

    controllerExtension: Record<PropertyKey, unknown>
    controllerInstance: IController<TOperationData>