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

    Interface PagePrimitiveParameterUrlSegment

    interface PagePrimitiveParameterUrlSegment {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Pages$PagePrimitiveParameterUrlSegment";
        $UnitID?: string;
        pageParameter: string;
    }

    Hierarchy

    • UrlSegment
      • PagePrimitiveParameterUrlSegment
    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$PagePrimitiveParameterUrlSegment"

    The type of the element.

    $UnitID?: string
    pageParameter: string