previousAction

open fun previousAction(@NotNull event: @NotNull AnActionEvent): Boolean

Prepares the context for the action to be performed. Initializes project-specific and user-specific fields from the action event and system properties.

Return

Returns false if the project is null or AppSettingsState instance is null, true otherwise.

Parameters

event

The action event that triggered this action.