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

Hierarchy

  • UrlSegmentBase
    • ParameterIdUrlSegment

Properties

$CreationOptions?: unknown

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

pageParameter: string