Interface ParameterAttributeUrlSegment

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

Hierarchy

  • UrlSegmentBase
    • ParameterAttributeUrlSegment

Properties

$CreationOptions?: unknown

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

attribute: string
pageParameter: string