Interface IEditorParameterHintOptions

Configuration options for parameter hints

interface IEditorParameterHintOptions {
    cycle?: boolean;
    enabled?: boolean;
}

Properties

Properties

cycle?: boolean

Enable cycling of parameter hints. Defaults to false.

enabled?: boolean

Enable parameter hints. Defaults to true.