@infrasoftbe/vnv-sdk
    Preparing search index...

    Type Alias CreatePageResult

    CreatePageResult: Page & { succes: boolean }

    Type declaration

    • succes: boolean

      The succes:boolean; property is defining a boolean value that indicates whether the creation of a new clientside page was successful or not. It is used as part of the TCreatePageResult type, which is the result type returned by the create method of the IQueryPages interface. If the value of succes is true, it means that the page creation was successful. If the value is false, it means that the page creation was not successful.