KC's Workspace
    Preparing search index...

    A @property rule.

    interface PropertyRule {
        inherits: boolean;
        initialValue?: ParsedComponent | null;
        loc: Location2;
        name: string;
        syntax: SyntaxString;
    }
    Index

    Properties

    inherits: boolean

    Whether the custom property is inherited.

    initialValue?: ParsedComponent | null

    An optional initial value for the custom property.

    The location of the rule in the source file.

    name: string

    The name of the custom property to declare.

    syntax: SyntaxString

    A syntax string to specify the grammar for the custom property.