The result of parsing a .lyrx file, containing layer definitions.

interface LyrxResult {
    layerDefinitions: LyrxLayerDefinition[];
}

Properties

Properties

layerDefinitions: LyrxLayerDefinition[]

The value of the layerDefinitions from result.