Class AddPreloadScriptOptions
public sealed record AddPreloadScriptOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<AddPreloadScriptOptions>
- Inheritance
-
AddPreloadScriptOptions
- Implements
- Inherited Members
Properties
Arguments
public IEnumerable<ChannelLocalValue>? Arguments { get; init; }
Property Value
Contexts
public IEnumerable<BrowsingContext>? Contexts { get; init; }
Property Value
Sandbox
public string? Sandbox { get; init; }
Property Value
UserContexts
public IEnumerable<UserContext>? UserContexts { get; init; }