DocumentOnTypeFormattingOptions
in package
Format document on type options
Table of Contents
Properties
- $firstTriggerCharacter : string
- A character on which formatting should be triggered, like `}`.
- $moreTriggerCharacter : array<string|int, string>|null
- More trigger characters.
Methods
- __construct() : mixed
Properties
$firstTriggerCharacter
A character on which formatting should be triggered, like `}`.
public
string
$firstTriggerCharacter
$moreTriggerCharacter
More trigger characters.
public
array<string|int, string>|null
$moreTriggerCharacter
Methods
__construct()
public
__construct([string|null $firstTriggerCharacter = null ][, array<string|int, string>|null $moreTriggerCharacter = null ]) : mixed
Parameters
- $firstTriggerCharacter : string|null = null
- $moreTriggerCharacter : array<string|int, string>|null = null