The snippet that is often displayed in a tree or other UI panel.

2020.1

interface KMLSnippet {
    maxLines: number;
    text: null | string;
}

Properties

Properties

maxLines: number

The maximum number of lines that the snippet should occupy, vertically, in a UI panel.

text: null | string

The text that should be displayed in the UI panel.