Options
All
  • Public
  • Public/Protected
  • All
Menu

Model for a Moniker which has grants on a document.

Hierarchy

  • MonikerModel

Index

Constructors

constructor

Properties

canEdit

canEdit: boolean

Whether or not this moniker has an owner grant.

canRead

canRead: boolean

Whether or not this moniker has a reader grant.

canWrite

canWrite: boolean

Whether or not this moniker has a writer grant.

enabled

enabled: Observable<boolean>

Whether this widget is enabled. All contained controls will take this value.

grants

grants: Grant[]

The grants that this moniker has on the document.

iconUri

iconUri: string

The icon URI for the moniker.

id

id: string

The ID of the moniker.

isGlobal

isGlobal: boolean

Whether or not this moniker represents a global grant.

isPublic

isPublic: boolean

Whether or not this moniker represents a public grant.

isRevoked

isRevoked: Observable<boolean>

Whether or not this moniker has its grants revoked.

name

name: string

The name of the moniker.

Methods

addGrant

  • addGrant(grant: Grant): void
  • Parameters

    • grant: Grant

    Returns void