AboutSupportDeveloper GuideVersion 40.130.100.3

Type Alias StructuredContentPermissions

StructuredContentPermissions: {
    iframe?: BaseContentBehavior;
    navigate?: ContentBehavior | StructuredContentBehavior;
    redirect?: ContentBehavior | StructuredContentBehavior;
}

Specify rules for specific actions.

Type declaration