StylesheetFileDescription

[ Interface ]

export interface StylesheetFileDescription extends baseDependencyFileDescription {
    type: 'Stylesheet';
}

Extends: baseDependencyFileDescription

Describes a CSS (Cascading Style Sheet) file.

Properties

Name

Type

Description

name

string

Name of the file dependency.

description [ optional ]

string

Description of the file dependency.

type

'Stylesheet'

Identifies a file dependency of type stylesheet.

StylesheetFileDescription 1:

Available from version 1.12