SOURCE_ADDED constant Null safety

String const SOURCE_ADDED

The source has been added with addStyleSource method. The event is emitted synchronously, therefore, it is possible to immediately read added source's properties.

Event data format (Object):
.
└── id - String

Implementation

static const String SOURCE_ADDED = "source-added";