Skip to content

Commit

Permalink
fix(ui-params): add message property to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee authored and ihadeed committed Mar 24, 2017
1 parent 31c04dc commit c250299
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ng2-facebook-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@ export interface FacebookUiParams extends ShareDialogParams, FeedDialogParams, S
*/
method: any;

/**
* The UI dialog message.
*/
message?: string;

/**
* Your app's unique identifier. Required.
*/
Expand Down

0 comments on commit c250299

Please sign in to comment.