Home Reference Source Test Repository
import VERSION from 'ics-js/src/properties/VERSION.js'
public class | source

VERSION

Extends:

Property → VERSION

VERSION property.

See:

Method Summary

Public Methods
public

Check if property's value is not a number.

public

Parse the property's value and return a float value with one decimal point.

Inherited Summary

From class Property
public

Determine if the property's value is transformed.

public

value: *

The property's value.

public abstract

Determine if the property's value is transformed. Returning true causes the transformer to be skipped.

public

Get a string representation of the property.

public

Get the property's properties formatted for string output.

public

Get the property's value. The value is transformed if needed.

public abstract

Function that transforms the value.

Public Methods

public shortTransformer(): boolean source

Check if property's value is not a number.

Override:

Property#shortTransformer

Return:

boolean

Whether the property's value is transformed.

public transformer(): string source

Parse the property's value and return a float value with one decimal point.

Override:

Property#transformer

Return:

string

The property's transformed value.