- Preparing search index...
- The search index is not available
Markuplit API
Type alias CustomCssSyntax
Custom
Css
Syntax
: { caseSensitive
?: boolean; expects
?: readonly Expect[]; ref
: string; syntax
: { apply
: `<${string}>`; def
: Readonly<Record<string, string | CssSyntaxTokenizer>>; ebnf
?: Readonly<Record<string, string | readonly string[]>>; properties
?: Readonly<Record<string, string>>; }; }
Type declaration
-
Optional
Readonly
caseSensitive?: boolean
-
Optional
Readonly
expects?: readonly Expect[]
-
Readonly
ref: string
-
Readonly
syntax: {
apply: `<${string}>`;
def: Readonly<Record<string, string | CssSyntaxTokenizer>>;
ebnf?: Readonly<Record<string, string | readonly string[]>>;
properties?: Readonly<Record<string, string>>;
}
-
Readonly
apply: `<${string}>`
-
Readonly
def: Readonly<Record<string, string | CssSyntaxTokenizer>>
-
Optional
Readonly
ebnf?: Readonly<Record<string, string | readonly string[]>>
-
Optional
Readonly
properties?: Readonly<Record<string, string>>
Deprecated