Stylesheet
Defines the notion of an external stylesheet document, written in CSS, which should be included
via reference rather than inline.
Content copied to clipboard
elide.page.Context.Styles.Stylesheet
Types
Properties
Functions
Link copied to clipboard
inline fun Context.Styles.Stylesheet.copy(block: ContextKt.StylesKt.StylesheetKt.Dsl.() -> Unit): Context.Styles.Stylesheet
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
ID at which to attach the script tag in the DOM.
Content copied to clipboard
string id = 2;
Link copied to clipboard
Link copied to clipboard
Media setting to apply to the style sheet.
Content copied to clipboard
string media = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether to pre-fetch this asset, as applicable.
Content copied to clipboard
bool prefetch = 7;
Link copied to clipboard
Whether to pre-load this asset, as applicable.
Content copied to clipboard
bool preload = 8;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
URI to a given stylesheet asset.
Content copied to clipboard
.webutil.html.types.TrustedResourceUrlProto uri = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.Styles.Stylesheet
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Context.Styles.Stylesheet
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Context.Styles.Stylesheet
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Context.Styles.Stylesheet
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.Styles.Stylesheet
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Context.Styles.Stylesheet
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard