Table of Contents

Class OutputFragmentWithAssets

Namespace
ToSic.Sxc.Render.Output.Sys
Assembly
ToSic.Sxc.Engines.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record OutputFragmentWithAssets : OutputFragment, IEquatable<OutputFragment>, IEquatable<OutputFragmentWithAssets>
Inheritance
object
OutputFragmentWithAssets
Implements
Inherited Members

Properties

ActivateJsApi

public required bool ActivateJsApi { get; init; }

Property Value

bool

Assets

public List<ClientAsset> Assets { get; init; }

Property Value

List<ClientAsset>

ErrorCode

public string? ErrorCode { get; init; }

Property Value

string