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

    Interface ParameterAttributeUrlSegment

    interface ParameterAttributeUrlSegment {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Pages$ParameterAttributeUrlSegment";
        attribute: string;
        pageParameter: string;
    }

    Hierarchy

    • UrlSegmentBase
      • ParameterAttributeUrlSegment
    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$ParameterAttributeUrlSegment"

    The type of the element.

    attribute: string
    pageParameter: string