@mendix/extensions-api - v0.2.4
    Preparing search index...

    Type Alias IconRelativePath

    Represents an icon relative to the directory where component identified using IconRelativePath.componentName is stored.

    type IconRelativePath = {
        componentName: string;
        relativePath: string;
    }
    Index

    Properties

    componentName: string
    relativePath: string