AboutSupportDeveloper GuideVersion 41.130.100.28

Type Alias StructuredContentPermissions

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

Specify rules for specific actions.

Type declaration