MDAA TS Docs
    Preparing search index...

    Interface MdaaCustomAspect

    interface MdaaCustomAspect {
        aspect_class: string;
        aspect_module: string;
        aspect_props?: ConfigurationElement;
    }
    Index

    Properties

    aspect_class: string

    Class name of the custom CDK aspect implementation within the specified module

    aspect_module: string

    Module path or package name containing the custom CDK aspect implementation

    aspect_props?: ConfigurationElement

    Configuration properties passed to the custom aspect constructor for aspect-specific behavior customization