What is alternative of “.PageMode.IsExperienceEditor” property in JSS-react?
up vote
7
down vote
favorite
What is alternative of .PageMode.IsExperienceEditor
property of Sitecore.Context
in JSS-react to verify the ExperienceEditor context ?
sitecore-api jss
add a comment |
up vote
7
down vote
favorite
What is alternative of .PageMode.IsExperienceEditor
property of Sitecore.Context
in JSS-react to verify the ExperienceEditor context ?
sitecore-api jss
add a comment |
up vote
7
down vote
favorite
up vote
7
down vote
favorite
What is alternative of .PageMode.IsExperienceEditor
property of Sitecore.Context
in JSS-react to verify the ExperienceEditor context ?
sitecore-api jss
What is alternative of .PageMode.IsExperienceEditor
property of Sitecore.Context
in JSS-react to verify the ExperienceEditor context ?
sitecore-api jss
sitecore-api jss
edited Nov 15 at 16:49
Richard Seal♦
12.9k32256
12.9k32256
asked Nov 14 at 20:45
Abhishek
361
361
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
9
down vote
In addition to the built-in helper method, the pageState
(normal
, preview
, editing
) and pageEditing
(boolean) properties are also available in the layout service context, which there are samples of in each JSS sample app:
add a comment |
up vote
6
down vote
That would be isExperienceEditorActive
defined in @sitecore-jss/sitecore-jss
.
Usage:
import { isExperienceEditorActive } from "@sitecore-jss/sitecore-jss";
if (isExperienceEditorActive()) {
// Do something special in the Experience Editor
}
This file also contains other very useful functions.
Credits to Corey Smith and Kam Figy who told me about this.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
9
down vote
In addition to the built-in helper method, the pageState
(normal
, preview
, editing
) and pageEditing
(boolean) properties are also available in the layout service context, which there are samples of in each JSS sample app:
add a comment |
up vote
9
down vote
In addition to the built-in helper method, the pageState
(normal
, preview
, editing
) and pageEditing
(boolean) properties are also available in the layout service context, which there are samples of in each JSS sample app:
add a comment |
up vote
9
down vote
up vote
9
down vote
In addition to the built-in helper method, the pageState
(normal
, preview
, editing
) and pageEditing
(boolean) properties are also available in the layout service context, which there are samples of in each JSS sample app:
In addition to the built-in helper method, the pageState
(normal
, preview
, editing
) and pageEditing
(boolean) properties are also available in the layout service context, which there are samples of in each JSS sample app:
answered Nov 14 at 21:21
Kam Figy
2,988618
2,988618
add a comment |
add a comment |
up vote
6
down vote
That would be isExperienceEditorActive
defined in @sitecore-jss/sitecore-jss
.
Usage:
import { isExperienceEditorActive } from "@sitecore-jss/sitecore-jss";
if (isExperienceEditorActive()) {
// Do something special in the Experience Editor
}
This file also contains other very useful functions.
Credits to Corey Smith and Kam Figy who told me about this.
add a comment |
up vote
6
down vote
That would be isExperienceEditorActive
defined in @sitecore-jss/sitecore-jss
.
Usage:
import { isExperienceEditorActive } from "@sitecore-jss/sitecore-jss";
if (isExperienceEditorActive()) {
// Do something special in the Experience Editor
}
This file also contains other very useful functions.
Credits to Corey Smith and Kam Figy who told me about this.
add a comment |
up vote
6
down vote
up vote
6
down vote
That would be isExperienceEditorActive
defined in @sitecore-jss/sitecore-jss
.
Usage:
import { isExperienceEditorActive } from "@sitecore-jss/sitecore-jss";
if (isExperienceEditorActive()) {
// Do something special in the Experience Editor
}
This file also contains other very useful functions.
Credits to Corey Smith and Kam Figy who told me about this.
That would be isExperienceEditorActive
defined in @sitecore-jss/sitecore-jss
.
Usage:
import { isExperienceEditorActive } from "@sitecore-jss/sitecore-jss";
if (isExperienceEditorActive()) {
// Do something special in the Experience Editor
}
This file also contains other very useful functions.
Credits to Corey Smith and Kam Figy who told me about this.
answered Nov 14 at 21:08
jflheureux
1,271316
1,271316
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f14939%2fwhat-is-alternative-of-pagemode-isexperienceeditor-property-in-jss-react%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown